This commit is contained in:
Fine 2025-05-30 11:47:58 +08:00
parent c05083db98
commit b011fe3f35

View File

@ -40,7 +40,7 @@ export interface QueryEventCondition {
uuid: string;
source: SourceInput;
name: string;
type: string;
type: EventType;
time: Duration;
order: string;
paging: { pageNum: number; pageSize: number; needTotal: boolean };