web sitesi yönetimi
This commit is contained in:
6
types/cms.ts
Normal file
6
types/cms.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface SiteContent {
|
||||
key: string
|
||||
value: string
|
||||
type: 'text' | 'image_url' | 'html' | 'json' | 'long_text'
|
||||
section: string
|
||||
}
|
||||
Reference in New Issue
Block a user