blob: 0363073356cec2ccf71c1a6f9f5b0d4cf73ad64f (
plain)
1
2
3
4
5
6
7
|
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type FIXME = any;
|