UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 347 B
import { MacAddress } from '../../MacAddress'; import { NetworkingTypeEnum } from './NetworkingTypeEnum'; /** Interface or interfaces aggregation */ export interface Interfaces { /** Mac address or list of mac addresses */ macs: MacAddress[]; /** Network type */ type: NetworkingTypeEnum; } //# sourceMappingURL=Interfaces.d.ts.map