Variable GetVersionSchemaConst
GetVersionSchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<
| string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
>,
ZodArray<
ZodCustom<
| string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
>,
>,
],
>,
>;
id: ZodString;
},
$strip,
> = ...