/** The payload of linked Security Workspace IDs. */
export interface GetLinkedWorkspaces {
  /** The IDs of Security Workspaces that are linked to this Jira site. */
  workspaceIds: string[];
}
