MISC: Add ns.enums to AutocompleteData (#1389)

This commit is contained in:
catloversg
2024-06-14 13:56:27 +07:00
committed by GitHub
parent e9347fca76
commit a780880531
4 changed files with 15 additions and 0 deletions

View File

@@ -8770,6 +8770,7 @@ interface AutocompleteData {
servers: string[];
scripts: string[];
txts: string[];
enums: NSEnums;
flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };
}