Type Alias UserKickAccountUncheckedUpdateWithoutSubscribedToInput

UserKickAccountUncheckedUpdateWithoutSubscribedToInput: {
    accountId?: NullableStringFieldUpdateOperationsInput | string | null;
    chatRoomId?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    userId?: StringFieldUpdateOperationsInput | string;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}