Alokai

GetContentParams

Parameters for the getContent method.

type GetContentParams = Partial<{
  custom: CustomSearch;
  id: string;
  include: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
  locale: string;
  url: string;
}>;