コメントが追加された

This commit is contained in:
mesi 2024-01-23 02:32:36 +00:00
parent 5ec94f9948
commit a561e9f431

14
locales/index.d.ts vendored
View file

@ -8189,9 +8189,21 @@ export interface Locale extends ILocale {
*
*/
"specifiedDescription": string;
/**
*
*/
"channel": string;
/**
*
*/
"channelDescription": string;
"channelSelected": string;
/**
* :{name}
*/
"channelSelected": ParameterizedString<"name">;
/**
*
*/
"disableFederation": string;
/**
*