export interface IBaseList { type: 'list'; next_cursor: string; }