UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 232 B
/** Configuration of order */ export interface OrderConfiguration { /** Label of the configuration */ label: string; /** Value of the configuration */ value: string; } //# sourceMappingURL=OrderConfiguration.d.ts.map