Skip to content

Variable: GetProjectVersionsSchema

ts
const GetProjectVersionsSchema: ZodObject<{
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<string & object | "operations", string & object | "operations">, ZodArray<ZodCustom<string & object | "operations", string & object | "operations">>]>>;
  projectIdOrKey: ZodString;
}, $strip>;

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