Interface ListingQuery

Hierarchy

  • ListingQuery

Properties

atTime?: string
collection: null | string | string[]
element?: Record<string, never>
paginate?: {
    page: number;
    per-page: number;
}

Type declaration

  • page: number
  • per-page: number
projection: {
    [attribute: string]: string;
}

Type declaration

  • [attribute: string]: string
sort: Record<string, 1 | -1>

Generated using TypeDoc