mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-03 06:55:06 +08:00
fix(TGMap): toString 写的好累啊
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
* @return Map
|
||||
*/
|
||||
export interface Map<T> {
|
||||
[key: string]: T;
|
||||
[key: number]: T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user