export interface WorklogIdsRequest {
  /** A list of worklog IDs. */
  ids: number[];
}
