We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586c4c1 commit f31bff3Copy full SHA for f31bff3
kleros-sdk/src/dataMappings/utils/disputeDetailsSchema.ts
@@ -49,7 +49,7 @@ export const AttachmentSchema = z.object({
49
50
export const AliasSchema = z.record(ethAddressOrEnsNameSchema);
51
52
-const MetadataSchema = z.record(z.any());
+const MetadataSchema = z.record(z.unknown());
53
54
const DisputeDetailsSchema = z.object({
55
title: z.string(),
0 commit comments