Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Newspaper Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lap nguyen
Newspaper Frontend
4d454d21958586bd8789a34496995096c339c28b
4d454d21958586bd8789a34496995096c339c28b
Switch branch/tag
newspaper-frontend
src
components
interface.ts
Find file
Normal view
History
Permalink
interface.ts
64 Bytes
Edit
Web IDE
Newer
Older
fetch category api
f511a2a1
Ken
committed
2 years ago
1
export
interface
ICategory
{
feat: improve UI
f2cbec01
Ken
committed
2 years ago
2
link
:
string
;
fetch category api
f511a2a1
Ken
committed
2 years ago
3
4
label
:
string
;
}