UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 213 B
/** Form key description */ export interface KeyFormCharacteristic { /** Key name */ key: string; /** Key required or not */ required: boolean; } //# sourceMappingURL=KeyFormCharacteristic.d.ts.map