Variable: PropertyValueCreateRequestSchema
const PropertyValueCreateRequestSchema: ZodObject<{
property_name: ZodString;
property_value: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
property_name: ZodString;
property_value: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
property_name: ZodString;
property_value: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team.ts:1378