Type alias QueryCursors

QueryCursors: {
    next: string | null;
    previous: string | null;
}

Type declaration

  • next: string | null
  • previous: string | null