UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 265 B
/** Definition of a trademark claim notice classification */ export interface Classification { /** Summary of the classification */ description: string; /** Code of the classification */ number: string; } //# sourceMappingURL=Classification.d.ts.map