This website requires JavaScript.
Explore
Help
Sign In
phundrak
/
phundrak.com-frontend
Watch
1
Star
0
Fork
0
You've already forked phundrak.com-frontend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
17fbe1d507aca2c4d0f41ba296fc1ef9dfdd8ba8
phundrak.com-frontend
/
app
/
types
/
dictionary.ts
4 lines
53 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(frontend): main page
2025-11-06 09:24:44 +01:00
export
interface
Dictionary
<
K
,
T
>
{
feat: fill pages
2025-11-11 19:12:21 +01:00
[
key
:
K
]
:
T
;
feat(frontend): main page
2025-11-06 09:24:44 +01:00
}
Reference in New Issue
Copy Permalink