export interface SubmitOperationsWorkspaces {
  /** The IDs of Operations Workspaces that are available to this Jira site. */
  workspaceIds?: string[];
}
