UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 194 B
/** Key and value, with proper key strings */ export interface SafeKeyValueString { /** */ key: string; /** */ value: string; } //# sourceMappingURL=SafeKeyValueString.d.ts.map