Skip to content

Variable: PropertyKeysSchema

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

Defined in: src/serviceDesk/models/propertyKeys.ts:6

List of property keys.