UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 194 B
/** Structure holding the elements about a label */ export interface Label { /** Label key */ key: string; /** Label value */ value: string; } //# sourceMappingURL=Label.d.ts.map