Interface CursorPaginatedCollectionProp<TObj>

Type Parameters

  • TObj

Hierarchy

Properties

Properties

items: TObj[]
limit: number
pages?: {
    next?: string;
    prev?: string;
}

Type declaration

  • Optional next?: string
  • Optional prev?: string
sys: {
    type: "Array";
}

Type declaration

  • type: "Array"