Type Alias RecordingBatchTrashedEvent

RecordingBatchTrashedEvent: Event<"recording.batch_trashed"> & {
    event: string;
    event_ts: number;
    payload: {
        account_id: string;
        object?: { meeting_uuids: string[] };
        operation: string;
        operator: string;
        operator_id: string;
    };
}