Type Alias UserNotificationsCreateNestedOneWithoutListInput

UserNotificationsCreateNestedOneWithoutListInput: {
    connect?: UserNotificationsWhereUniqueInput;
    connectOrCreate?: UserNotificationsCreateOrConnectWithoutListInput;
    create?: XOR<UserNotificationsCreateWithoutListInput, UserNotificationsUncheckedCreateWithoutListInput>;
}