Type Alias UserKickAccountUncheckedCreateNestedOneWithoutUserInput

UserKickAccountUncheckedCreateNestedOneWithoutUserInput: {
    connect?: UserKickAccountWhereUniqueInput;
    connectOrCreate?: UserKickAccountCreateOrConnectWithoutUserInput;
    create?: XOR<UserKickAccountCreateWithoutUserInput, UserKickAccountUncheckedCreateWithoutUserInput>;
}