Type Alias UserRumbleAccountUncheckedUpdateWithoutUserInput

UserRumbleAccountUncheckedUpdateWithoutUserInput: {
    accountId?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}