Type Alias UserCreateOrConnectWithoutNotificationsInput

UserCreateOrConnectWithoutNotificationsInput: {
    create: XOR<UserCreateWithoutNotificationsInput, UserUncheckedCreateWithoutNotificationsInput>;
    where: UserWhereUniqueInput;
}