UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 237 B
/** A structure describing the Bay`s link information */ export interface LinkInfo { /** Router port number */ port: string; /** Router in charge of your network */ router: string; } //# sourceMappingURL=LinkInfo.d.ts.map