Type Alias UserNotificationsUpdateToOneWithWhereWithoutListInput

UserNotificationsUpdateToOneWithWhereWithoutListInput: {
    data: XOR<UserNotificationsUpdateWithoutListInput, UserNotificationsUncheckedUpdateWithoutListInput>;
    where?: UserNotificationsWhereInput;
}