Skip to content

Commit

Permalink
remove commented out block_kit.atd
Browse files Browse the repository at this point in the history
  • Loading branch information
koonwen committed Nov 11, 2024
1 parent 9178f23 commit 098d008
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/block_kit.atd
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ type confirmation_dialog_object <ocaml attr="deriving make"> = {
?style : style nullable;
}

(* type options = [ *)
(* | Option_object of option_object *)
(* | Option_group of option_group *)
(* ] <ocaml repr = "classic"> *)

type option_object <ocaml attr="deriving make"> = {
text : text_object;
value : string <ocaml valid="fun s -> String.length s <= 150">;
Expand Down

0 comments on commit 098d008

Please sign in to comment.