Type Alias UserUpdateToOneWithWhereWithoutActiveGuildSubscriptionsInput

UserUpdateToOneWithWhereWithoutActiveGuildSubscriptionsInput: {
    data: XOR<UserUpdateWithoutActiveGuildSubscriptionsInput, UserUncheckedUpdateWithoutActiveGuildSubscriptionsInput>;
    where?: UserWhereInput;
}