Type Alias UserRumbleAccountUncheckedCreateWithoutUserInput

UserRumbleAccountUncheckedCreateWithoutUserInput: {
    accountId?: string | null;
    dbId?: string;
    username?: string | null;
}