UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

7 lines (5 loc) 140 B
type ComplexTypeSafeKeyValueCanBeNull = { key?: string | null; value?: any | null; }; export { ComplexTypeSafeKeyValueCanBeNull };