interface RawCallbackEvent {
    callback_event: string;
    update_info: unknown;
}

Hierarchy (View Summary)

Properties

callback_event: string
update_info: unknown