import { RequestSkuBomInputCreateOrUpdate } from './requestSkuBomInputCreateOrUpdate'; export interface RequestSkuBomCreateOrUpdate { sku: string; inputs: RequestSkuBomInputCreateOrUpdate[]; }