Type Alias UserUpdateOneWithoutKickAccountNestedInput

UserUpdateOneWithoutKickAccountNestedInput: {
    connect?: UserWhereUniqueInput;
    connectOrCreate?: UserCreateOrConnectWithoutKickAccountInput;
    create?: XOR<UserCreateWithoutKickAccountInput, UserUncheckedCreateWithoutKickAccountInput>;
    delete?: UserWhereInput | boolean;
    disconnect?: UserWhereInput | boolean;
    update?: XOR<XOR<UserUpdateToOneWithWhereWithoutKickAccountInput, UserUpdateWithoutKickAccountInput>, UserUncheckedUpdateWithoutKickAccountInput>;
    upsert?: UserUpsertWithoutKickAccountInput;
}