mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-28 23:49:50 +00:00
4
components/interfaces/Category.ts
Normal file
4
components/interfaces/Category.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export default interface Category {
|
||||
name: string
|
||||
slug: string
|
||||
}
|
Reference in New Issue
Block a user