This commit is contained in:
kakkokari-gtyih 2025-10-04 18:17:43 +09:00
parent 7307893ee4
commit 4906c23953
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export type OptionValue = string | number | null;