mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Working on home page
This commit is contained in:
15
types/types.ts
Normal file
15
types/types.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { ParsedContent } from '@nuxt/content'
|
||||
|
||||
export interface AppType extends ParsedContent {
|
||||
name: string
|
||||
nuxt?: string
|
||||
url: string
|
||||
icon: string
|
||||
color: string
|
||||
tags: Tag[]
|
||||
}
|
||||
|
||||
export interface Tag {
|
||||
name: string
|
||||
color: string
|
||||
}
|
||||
Reference in New Issue
Block a user