UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 250 B
type MarketPlaceDocument = { creationDate?: string | null; getUrl?: string | null; id?: string; name?: string | null; putUrl?: string | null; size?: string | null; tags?: string | null; }; export { MarketPlaceDocument };