UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 319 B
import { GatewayModelEnum } from './GatewayModelEnum'; /** Parameters to create a gateway from another resource creation */ export interface CreateGatewaySummary { /** Model of the gateway */ model: GatewayModelEnum; /** Gateway name */ name: string; } //# sourceMappingURL=CreateGatewaySummary.d.ts.map