💄 Add naming improvements to some file type predicates

This commit is contained in:
Andrey Antukh
2023-11-11 00:10:57 +01:00
parent 1c75e5b46b
commit 9b3964e6d7
2 changed files with 3 additions and 3 deletions

View File

@@ -58,10 +58,10 @@
[:media {:optional true}
[:map-of {:gen/max 5} ::sm/uuid ::media-object]]])
(def file-data?
(def valid-file-data?
(sm/pred-fn ::data))
(def media-object?
(def valid-media-object?
(sm/pred-fn ::media-object))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;