Skip to content

Variable: GetAllDashboardsSchema

ts
const GetAllDashboardsSchema: ZodObject<{
  filter: ZodOptional<ZodCustom<string & object | "favourite" | "my", string & object | "favourite" | "my">>;
  maxResults: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/cloud/parameters/getAllDashboards.ts:4