UNPKG

mobyo-interfaces

Version:
5 lines (4 loc) 118 B
import { IOrder } from '../../order'; export interface IBillingOrder extends IOrder { billingPaymentId: string; }