the browser-facing portion of osu!
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 295 B view raw
1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 2// See the LICENCE file in the repository root for full licence text. 3 4// TODO: fill in types 5type TocifyOptions = unknown; 6 7interface JQuery { 8 tocify(options: TocifyOptions): unknown; 9}