export interface ICursorPageFormat { limit: number; nextCursor: string | null; previousCursor: string | null; hasNextPage: boolean; hasPreviousPage: boolean; }