From 098d0089521d2f4ecb8410947bb7fc52a202ac01 Mon Sep 17 00:00:00 2001 From: koonwen Date: Mon, 11 Nov 2024 09:58:32 +0000 Subject: [PATCH] remove commented out block_kit.atd --- lib/block_kit.atd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/block_kit.atd b/lib/block_kit.atd index 505e476..4f901cf 100644 --- a/lib/block_kit.atd +++ b/lib/block_kit.atd @@ -124,11 +124,6 @@ type confirmation_dialog_object = { ?style : style nullable; } -(* type options = [ *) -(* | Option_object of option_object *) -(* | Option_group of option_group *) -(* ] *) - type option_object = { text : text_object; value : string ;