/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
6967ce5
Branches
main
benchmark-results
benchcompress
/
web-ui
/
src
/
types
/
home-content.ts
15 lines · 256 B
Copy
Copied
Blame
History
Raw
1
export
interface
HomeSection
{
2
title
:
string
;
3
description
:
string
;
4
link
:
string
;
5
linkText
:
string
;
6
external
?:
boolean
;
7
}
8
9
export
interface
HomeContent
{
10
title
:
string
;
11
description
:
string
;
12
sections
: {
13
[
key
:
string
]:
HomeSection
;
14
};
15
}
↑
↓
move
↵
open
esc
close