export interface SubscriptionCursorRequest { cursor_token?: string; event_type?: string; offset: string; partition: string; }