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