export interface DeleteLinkedWorkspaces {
  /** The IDs of Security Workspaces to delete to this Jira site. */
  workspaceIds: string[];
}
