mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
Remove unused type attr from import entry spec.
This commit is contained in:
parent
661e2d821e
commit
0192298d09
@ -31,12 +31,11 @@
|
||||
(def ^:const +imates-uuid-ns+ #uuid "3642a582-565f-4070-beba-af797ab27a6e")
|
||||
|
||||
(s/def ::name string?)
|
||||
(s/def ::type keyword?)
|
||||
(s/def ::path string?)
|
||||
(s/def ::regex us/regex?)
|
||||
|
||||
(s/def ::import-entry
|
||||
(s/keys :req-un [::name ::type ::path ::regex]))
|
||||
(s/keys :req-un [::name ::path ::regex]))
|
||||
|
||||
;; --- CLI Helpers
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user