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