From e1f5b0805bafd4d4564061cdf4d1a373d2e47b1d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 10 Oct 2025 19:04:53 +0200 Subject: [PATCH] fix types --- lib/src/types/ItemType.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/src/types/ItemType.d.ts b/lib/src/types/ItemType.d.ts index 539aff03..aeef8159 100644 --- a/lib/src/types/ItemType.d.ts +++ b/lib/src/types/ItemType.d.ts @@ -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 }