chore: separate frontend from backend
This commit is contained in:
3
app/types/dictionary.ts
Normal file
3
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