UNPKG
about
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
Your about page in the terminal
about
/
dist
/
profiles
/
template.d.ts
7 lines
(6 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
name
:
string
;
export
declare
const
about
:
string
;
export
declare
const
links
: {
"label"
:
string
;
"url"
:
string
; }[];