Variable: DeleteWorklogPropertySchema
ts
const DeleteWorklogPropertySchema: ZodObject<{
issueIdOrKey: ZodString;
propertyKey: ZodString;
worklogId: ZodString;
}, $strip>;Defined in: src/cloud/parameters/deleteWorklogProperty.ts:3