othr
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
export type ClientDetailsSchema = {
|
||||
address?: (string | null);
|
||||
phoneNumber?: (string | null);
|
||||
inn?: (number | null);
|
||||
inn?: (string | null);
|
||||
email?: (string | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user