interface ChatRunEvent {
    at: string;
    payload?: Record<string, unknown>;
    sequence: number;
    type: string;
}

Properties

at: string
payload?: Record<string, unknown>
sequence: number
type: string