Variable: PropertyKeySchema
ts
const PropertyKeySchema: ZodObject<{
key: ZodOptional<ZodString>;
self: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/propertyKey.ts:5
Property key details.