feat: add comment, creating refactor
This commit is contained in:
@@ -9,6 +9,7 @@ export type ClientSchema = {
|
||||
name: string;
|
||||
companyName: string;
|
||||
barcodeTemplate?: (BarcodeTemplateSchema | null);
|
||||
comment?: (string | null);
|
||||
details?: (ClientDetailsSchema | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user