This commit is contained in:
2024-04-24 01:21:02 +03:00
parent 862f3fa3c1
commit c4e106576e
13 changed files with 205 additions and 86 deletions

View File

@@ -5,7 +5,7 @@
export type ClientDetailsSchema = {
address?: (string | null);
phoneNumber?: (string | null);
inn?: (number | null);
inn?: (string | null);
email?: (string | null);
};