Files
Fulfillment-Frontend/src/client/models/ProductSchema.ts
2024-03-31 07:36:24 +03:00

13 lines
272 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ProductSchema = {
id: number;
name: string;
article: string;
clientId: number;
barcodes: Array<string>;
};