/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ResidualBoxSchema } from './ResidualBoxSchema'; import type { ResidualProductSchema } from './ResidualProductSchema'; export type ResidualPalletSchema = { id: number; createdAt: string; boxes: Array; residualProducts: Array; };