export type TPageCursorType = string; export interface IPageCursorType { id: string; /** Cursor type */ type: TPageCursorType; }