UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (11 loc) 444 B
import { MeBillingPurchaseOrderPurchaseOrderTypeEnum } from './MeBillingPurchaseOrderPurchaseOrderTypeEnum.js'; type MeBillingPurchaseOrderUpdate = { active?: boolean | null; billingGroupId?: number | null; description?: string | null; endDate?: Date | null; reference?: string | null; startDate?: Date | null; type?: MeBillingPurchaseOrderPurchaseOrderTypeEnum | null; }; export { MeBillingPurchaseOrderUpdate };