UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 276 B
import { GatewayModelEnum } from './GatewayModelEnum'; /** Input to update a gateway */ export interface UpdateGateway { /** Model of the gateway */ model: GatewayModelEnum; /** Name of the gateway */ name: string; } //# sourceMappingURL=UpdateGateway.d.ts.map