UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 215 B
/** complexType.SafeKeyValueCanBeNull_string */ export interface SafeKeyValueCanBeNullString { /** */ key?: string; /** */ value: string; } //# sourceMappingURL=SafeKeyValueCanBeNullString.d.ts.map