Type Alias UserSessionUpdateWithWhereUniqueWithoutUserInput

UserSessionUpdateWithWhereUniqueWithoutUserInput: {
    data: XOR<UserSessionUpdateWithoutUserInput, UserSessionUncheckedUpdateWithoutUserInput>;
    where: UserSessionWhereUniqueInput;
}