UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 271 B
import { WebPaaSCustomerTypeEnum } from './WebPaaSCustomerTypeEnum.js'; type WebPaaSSubscriptionCustomer = { accountName?: string; createdAt?: Date; customerId?: string; customerType?: WebPaaSCustomerTypeEnum; }; export { WebPaaSSubscriptionCustomer };