mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 02:42:14 +00:00
5 lines
66 B
TypeScript
5 lines
66 B
TypeScript
export default interface Category {
|
|
name: string
|
|
slug: string
|
|
}
|