UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 243 B
/** Representation of a protected label */ export interface SmdLabel { /** Label that is protected */ label: string; /** Trademark associated to the protected label */ trademark: string; } //# sourceMappingURL=SmdLabel.d.ts.map