feat: factory article for product
This commit is contained in:
@@ -9,7 +9,7 @@ export type UserCreate = {
|
||||
phoneNumber?: (string | null);
|
||||
firstName: string;
|
||||
secondName: string;
|
||||
patronymic: string;
|
||||
patronymic?: string;
|
||||
comment: string;
|
||||
passportData?: (string | null);
|
||||
isAdmin: boolean;
|
||||
|
||||
Reference in New Issue
Block a user