Skip to content

Commit

Permalink
chore: Update type config
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 16, 2024
1 parent c586114 commit adbb9e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
:ret :any}}},
build-handler-map {:arities {2 {:args [:any :sequential],
:ret :map}}},
construct-handler-parameter {:arities {1 {:args [:map],
:ret {:op :keys,
:req {:message {:op :keys,
:req {:host :string,
:message :sequential}},
:component/nrepl :any,
:component/interceptor :any,
:component/writer :any}}}}},
handler {:arities {4 {:args [{:op :keys,
:req {:component/nrepl :any,
:component/interceptor :any,
Expand Down

0 comments on commit adbb9e1

Please sign in to comment.