Alokai

GetContentParams

type GetContentParams = Partial<{
  addQuery: Record<string, any>;
  custom: CustomSearch;
  customQuery: any;
  exclude: string | string[];
  id: string;
  includeCount: boolean;
  includeFallback: boolean;
  includeReference: string[];
  limit: number;
  livePreviewQuery: LivePreviewQuery;
  locale: string;
  only: string | string[];
  orderDir: "asc" | "desc";
  orderField: string;
  skip: number;
  type: string;
  url: null | string;
}>;

Referenced Types

On this page