UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 173 B
type CloudContainerRegistryUserUser = { email?: string; id?: string; password?: string | null; user?: string; }; export { CloudContainerRegistryUserUser };