13 lines
		
	
	
		
			272 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			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>;
 | 
						|
};
 | 
						|
 |