import type { invoice_Origin } from './invoice_Origin'; export type billing_PurchaseFields = { origin?: invoice_Origin; };