refactor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface CompleteDriverOnboardingCommand {
|
||||
userId: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
displayName: string;
|
||||
country: string;
|
||||
timezone?: string;
|
||||
bio?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user