Type Alias UserUpdateToOneWithWhereWithoutGettingStartedInput

UserUpdateToOneWithWhereWithoutGettingStartedInput: {
    data: XOR<UserUpdateWithoutGettingStartedInput, UserUncheckedUpdateWithoutGettingStartedInput>;
    where?: UserWhereInput;
}