14 lines
394 B
TypeScript
14 lines
394 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
import type { ResidualProductSchema } from './ResidualProductSchema';
|
|
export type ResidualBoxSchema = {
|
|
id: number;
|
|
createdAt: string;
|
|
palletId: (number | null);
|
|
clientId: (number | null);
|
|
residualProducts: Array<ResidualProductSchema>;
|
|
};
|
|
|