コメントが追加された

This commit is contained in:
mesi 2024-01-23 02:32:36 +00:00
parent 5ec94f9948
commit a561e9f431
1 changed files with 13 additions and 1 deletions

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;
/**
*