services refactor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Complete onboarding view model
|
||||
* UI representation of onboarding completion result
|
||||
*/
|
||||
export interface CompleteOnboardingViewModel {
|
||||
driverId: string;
|
||||
success: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user