ODATA_PARAMS: {
    $count: string;
    $expand: string;
    $filter: string;
    $orderby: string;
    $search: string;
    $select: string;
    $skip: string;
    $top: string;
} = ...

Type declaration

  • $count: string
  • $expand: string
  • $filter: string
  • $orderby: string
  • $search: string
  • $select: string
  • $skip: string
  • $top: string

Generated using TypeDoc