Type Alias UserNotificationsUpdateToOneWithWhereWithoutUserInput

UserNotificationsUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserNotificationsUpdateWithoutUserInput, UserNotificationsUncheckedUpdateWithoutUserInput>;
    where?: UserNotificationsWhereInput;
}