UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

7 lines (5 loc) 132 B
type CloudStorageContainerCreation = { name: string; ownerId?: number | null; }; export { CloudStorageContainerCreation };