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