UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 130 B
/** Vendor information */ export interface Vendor { /** name */ vendorName: string; } //# sourceMappingURL=Vendor.d.ts.map