init
This commit is contained in:
16
types/global.d.ts
vendored
Normal file
16
types/global.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
interface ContentBlock {
|
||||
layout: 1 | 2 | 3 | 4
|
||||
title?: string
|
||||
subtitle?: string
|
||||
text?: string
|
||||
button_text?: string
|
||||
button_url?: string
|
||||
images?: ImageEntry[]
|
||||
}
|
||||
|
||||
|
||||
interface Content {
|
||||
id: string
|
||||
path: string
|
||||
blocks: ContentBlock[]
|
||||
}
|
||||
Reference in New Issue
Block a user