Type Alias UserUpdateToOneWithWhereWithoutNotificationsInput

UserUpdateToOneWithWhereWithoutNotificationsInput: {
    data: XOR<UserUpdateWithoutNotificationsInput, UserUncheckedUpdateWithoutNotificationsInput>;
    where?: UserWhereInput;
}