mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 00:36:42 -06:00
7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
/*
|
|
* 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;
|