finsh user,car,driver pages also add validator layer to app build trip page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user