feat: attrs on product
This commit is contained in:
@@ -7,6 +7,7 @@ import type { ClientDetailsSchema } from './ClientDetailsSchema';
|
||||
export type ClientSchema = {
|
||||
id: number;
|
||||
name: string;
|
||||
companyName: string;
|
||||
barcodeTemplate?: (BarcodeTemplateSchema | null);
|
||||
details?: (ClientDetailsSchema | null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user