fix(TGMap): toString 写的好累啊

This commit is contained in:
BTMuli
2023-03-09 12:57:26 +08:00
parent 91f030133a
commit 6ec61108c2
3 changed files with 15 additions and 72 deletions

View File

@@ -15,5 +15,5 @@
* @return Map
*/
export interface Map<T> {
[key: string]: T;
[key: number]: T;
}