mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 18:45:29 +02:00
refactor8frontend9: anyを除去 (#16778)
This commit is contained in:
@@ -13,7 +13,7 @@ interface CommonParamDef {
|
||||
type: string;
|
||||
label?: string;
|
||||
caption?: string;
|
||||
default: any;
|
||||
default: unknown;
|
||||
}
|
||||
|
||||
interface NumberParamDef extends CommonParamDef {
|
||||
|
||||
Reference in New Issue
Block a user