import { Pageable } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/common/Pageable.ts";
Basic structure for pageable results.
Properties
Items: T[]
The items for the current paged result.
x/fathym_common/src/common/Pageable.ts>Pageable
import { Pageable } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/common/Pageable.ts";
Basic structure for pageable results.
The items for the current paged result.