Type Alias UserRumbleAccountCreateWithoutUserInput

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