forked from cms/tibi-svelte-starter
Meta Angaben für Content-Seiten hinzugefügt.
This commit is contained in:
3
types/global.d.ts
vendored
3
types/global.d.ts
vendored
@@ -28,6 +28,9 @@ interface Content {
|
||||
path: string
|
||||
name: string
|
||||
blocks?: ContentBlock[]
|
||||
meta: {
|
||||
[key: string]: any
|
||||
}
|
||||
}
|
||||
|
||||
interface GeneralInfo {
|
||||
|
||||
Reference in New Issue
Block a user