feat: add comment, creating refactor

This commit is contained in:
2024-10-15 07:41:43 +03:00
parent f1566cdf44
commit b1f3df5c05
3 changed files with 31 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ export type ClientSchema = {
name: string;
companyName: string;
barcodeTemplate?: (BarcodeTemplateSchema | null);
comment?: (string | null);
details?: (ClientDetailsSchema | null);
};