@tinacms/schema-tools 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schema/TinaSchema.d.ts +0 -3
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ declare type UIField<Type, List extends boolean> = {
|
|
|
169
169
|
*/
|
|
170
170
|
validate?(value: List extends true ? Type[] : Type, allValues: {
|
|
171
171
|
[key: string]: any;
|
|
172
|
-
}, meta: Meta, field: UIField<Type, List>):
|
|
172
|
+
}, meta: Meta, field: UIField<Type, List>): string | void;
|
|
173
173
|
/**
|
|
174
174
|
* @deprecated use `defaultItem` at the collection level instead
|
|
175
175
|
*/
|