Variable postPlacementGroupRequestSchemaConst
postPlacementGroupRequestSchema: ZodObject<
{
body: ZodObject<
{
label: ZodString;
placement_group_policy: ZodEnum<
{ flexible: "flexible"; strict: "strict" },
>;
placement_group_type: ZodEnum<
{ "anti_affinity:local": "anti_affinity:local" },
>;
region: ZodString;
},
$strip,
>;
path: ZodOptional<ZodNever>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...