UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 140 B
type HorizonViewCustomerUser = { email?: string | null; id?: number; username?: string; }; export { HorizonViewCustomerUser };