Variable GetProjectVersionsSchemaConst
GetProjectVersionsSchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<string & {} | "operations", string & {} | "operations">,
ZodArray<
ZodCustom<string & {} | "operations", string & {} | "operations">,
>,
],
>,
>;
projectIdOrKey: ZodString;
},
$strip,
> = ...