Variable: PropertyAssignmentSchema
const PropertyAssignmentSchema: ZodObject<{
name: ZodString;
value: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
name: ZodString;
value: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
name: ZodString;
value: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team.ts:839