export interface ListBroadcastsParams { limit?: number; startingAfter?: string; endingBefore?: string; }