Type Alias UserKickAccountCreateNestedOneWithoutUserInput

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