Skip to content

Variable: PropertyKeySchema

ts
const PropertyKeySchema: ZodObject<{
  key: ZodOptional<ZodString>;
  self: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/serviceDesk/models/propertyKey.ts:5

Property key details.