/** * The stargate config */ export interface SdPlatformResponseStargateConfig { /** * The endpoints of stargate where key is region and value is endpoint. * @example "endpoint": { * "us-east-1": "ENDPOINT_US_EAST_1", * "eu-central-1": "ENDPOINT_EU_CENTRAL_1" * } */ readonly endpoint: { [id: string]: string; }; } //# sourceMappingURL=SdPlatformResponseStargate.d.ts.map