interface CustomPayload {
    data?: any;
    event: string;
    type: "custom";
}

Properties

Properties

data?: any
event: string
type: "custom"