export interface RequestAssetBuilderCreateOrUpdate { id?: string; asset: string; code: string; sku: string; count?: number; quantity: number; }