export interface DeleteWorklogProperty {
  /** The ID or key of the issue. */
  issueIdOrKey: string;
  /** The ID of the worklog. */
  worklogId: string;
  /** The key of the property. */
  propertyKey: string;
}
