fix misskey-js?

This commit is contained in:
tamaina 2023-04-20 19:22:24 +00:00
parent c115137796
commit b01a6cbbb7

View file

@ -2348,7 +2348,6 @@ type LiteInstanceMetadata = {
imageUrl: string; imageUrl: string;
}[]; }[];
translatorAvailable: boolean; translatorAvailable: boolean;
serverRules: string[];
}; };
// @public (undocumented) // @public (undocumented)