completionId: cgen-092c10d4738d4561bde8eaa5bf1cb4d8

cgen-092c10d4738d4561bde8eaa5bf1cb4d8
This commit is contained in:
Builder.io 2025-11-17 02:51:09 +00:00
parent 6238bddfe7
commit 32688c1850

View file

@ -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;