feat(frontend): main page
This commit is contained in:
3
frontend/app/types/dictionary.ts
Normal file
3
frontend/app/types/dictionary.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Dictionary<K, T> {
|
||||
[key: K]: T
|
||||
}
|
||||
Reference in New Issue
Block a user