Skip to content

Variable: SetPropertySchema

ts
const SetPropertySchema: ZodObject<{
  body: ZodRecord<ZodString, ZodAny>;
  organizationId: ZodString;
  propertyKey: ZodString;
}, $strip>;

Defined in: src/serviceDesk/parameters/setProperty.ts:3