Onboarding
This commit is contained in:
@@ -3,6 +3,7 @@ export interface PublicUser {
|
||||
email: string;
|
||||
name?: string;
|
||||
verified: boolean;
|
||||
onboardingCompleted: boolean;
|
||||
}
|
||||
|
||||
export interface AuthTokenResponse {
|
||||
|
||||
Reference in New Issue
Block a user