UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 138 B
type PaymentMethodIcon = { data?: string | null; name?: string | null; url?: string | null; }; export { PaymentMethodIcon };