task update

This commit is contained in:
Samandar Turgunboyev
2026-01-26 16:40:55 +05:00
parent cbbe2f83e2
commit 19d86d619b
9 changed files with 33 additions and 46 deletions

View File

@@ -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;