core: fix incorrect type

pull/199/head
undefined 3 years ago
parent 448c398d21
commit 36fa399518

@ -530,7 +530,7 @@ export interface FileNode {
export interface EventDoc {
ack: string[];
event: string;
event: number | string;
payload: string;
expire: Date;
}

Loading…
Cancel
Save