1 2 3 4 5 6 7 8 9
export interface AckBulkSchema { read_states: [ { channel_id: string; message_id: string; read_state_type: number; // WHat is this? }, ]; }