index
:
www.armandphilippot.com
main
The frontend of my personal website.
Armand Philippot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ts
/
types
/
nav.ts
blob: 7cfc46b0d304d8798ae1a928cebf4558523dbd62 (
plain
)
1
2
3
4
5
export
type
NavItem
=
{
id
:
string
;
name
:
string
;
slug
:
string
;
};