@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 320 B
TypeScript
import { TypeServiceEnum } from './TypeServiceEnum';
/** Trunk service */
export interface Trunk {
/** Description of the service */
description: string;
/** Name of the service */
serviceName: string;
/** Type of the service */
serviceType: TypeServiceEnum;
}
//# sourceMappingURL=Trunk.d.ts.map