finsh user,car,driver pages also add validator layer to app build trip page

This commit is contained in:
m7amedez5511
2026-06-18 16:51:31 +03:00
parent a23d21f222
commit c1b77f89cd
45 changed files with 4128 additions and 1690 deletions

View File

@@ -34,6 +34,9 @@ export interface Driver {
createdAt: string;
updatedAt: string;
isDeleted?: boolean;
photoUrl?: string | null;
nationalPhotoUrl?: string | null;
driverCardPhotoUrl?: string | null;
}
export interface DriverStatusHistoryEntry {