/**
 * Copyright IBM Corp. 2024, 2025
 */

import { Endpoints } from "./endpoint.model.js";

export interface GatewayEndpoints {
  [key: string]: Endpoints;

}
