Skip to content

Variable: GetScreenSchemesSchema

ts
const GetScreenSchemesSchema: ZodObject<{
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<string & object | "issueTypeScreenSchemes", string & object | "issueTypeScreenSchemes">, ZodArray<ZodCustom<string & object | "issueTypeScreenSchemes", string & object | "issueTypeScreenSchemes">>]>>;
  id: ZodOptional<ZodArray<ZodNumber>>;
  maxResults: ZodOptional<ZodNumber>;
  orderBy: ZodOptional<ZodCustom<"name" | "id" | string & object | "-name" | "+name" | "-id" | "+id", "name" | "id" | string & object | "-name" | "+name" | "-id" | "+id">>;
  queryString: ZodOptional<ZodString>;
  startAt: ZodOptional<ZodNumber>;
}, $strip>;

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