UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 184 B
/** Directory way type */ export interface DirectoryWayType { /** */ abbreviatedName: string; /** */ wayName: string; } //# sourceMappingURL=DirectoryWayType.d.ts.map