completionId: cgen-092c10d4738d4561bde8eaa5bf1cb4d8
cgen-092c10d4738d4561bde8eaa5bf1cb4d8
This commit is contained in:
parent
6238bddfe7
commit
32688c1850
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ import { aethexToast } from "@/lib/aethex-toast";
|
|||
export type UserType = "game-developer" | "client" | "member" | "customer";
|
||||
|
||||
export interface OnboardingData {
|
||||
username?: string;
|
||||
userType: UserType | null;
|
||||
personalInfo: {
|
||||
firstName: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue