fix types

This commit is contained in:
Anton Tranelis 2025-10-10 19:04:53 +02:00
parent 0ce8806dee
commit e1f5b0805b

View File

@ -25,4 +25,7 @@ export interface ItemType {
show_address?: boolean
cta_relation?: string
show_cta_button?: boolean
show_qr_button?: boolean
show_navigation_button?: boolean
show_share_button?: boolean
}