UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

8 lines (7 loc) 192 B
import { DeliveryTargets } from './DeliveryTargets'; export interface DeliveryConfig { ID?: string; Name: string; Enabled?: boolean; DeliveryTargets: DeliveryTargets; }