Type Alias MessageData
type MessageData = {
data?: Serialized;
error?: Serialized | null;
id: string;
mustQueue?: boolean;
origin: string;
sourceMapId: string | number | null;
targetMapId?: string | number | null;
type: MessageType | "<cancel>" | "<response>";
}
data?: Serialized;
error?: Serialized | null;
id: string;
mustQueue?: boolean;
origin: string;
sourceMapId: string | number | null;
targetMapId?: string | number | null;
type: MessageType | "<cancel>" | "<response>";
}
Index
Properties
Was this helpful?