task update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export interface CreatePharmacyReq {
|
||||
name: string;
|
||||
inn: string;
|
||||
inn?: string;
|
||||
owner_phone: string;
|
||||
responsible_phone: string;
|
||||
responsible_phone?: string;
|
||||
district_id: number;
|
||||
place_id: number;
|
||||
longitude: number;
|
||||
|
||||
Reference in New Issue
Block a user