export interface SetWorklogProperty {
  /** The ID or key of the issue. */
  issueIdOrKey: string;
  /** The ID of the worklog. */
  worklogId: string;
  /** The key of the issue property. The maximum length is 255 characters. */
  propertyKey: string;
}
