Type Alias UserNotificationsUncheckedCreateNestedOneWithoutUserInput

UserNotificationsUncheckedCreateNestedOneWithoutUserInput: {
    connect?: UserNotificationsWhereUniqueInput;
    connectOrCreate?: UserNotificationsCreateOrConnectWithoutUserInput;
    create?: XOR<UserNotificationsCreateWithoutUserInput, UserNotificationsUncheckedCreateWithoutUserInput>;
}