Skip to content

Variable: GetWorklogPropertySchema

ts
const GetWorklogPropertySchema: ZodObject<{
  issueIdOrKey: ZodString;
  propertyKey: ZodString;
  worklogId: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/getWorklogProperty.ts:3