Fix api tests

This commit is contained in:
Zoe Roux
2025-05-08 02:21:42 +02:00
parent b6ed8f0684
commit 4353b5e911
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export const Guess = t.Recursive((Self) =>
{ default: [] },
),
),
externalId: t.Optional(t.String()),
externalId: t.Optional(t.Record(t.String(), t.String())),
from: t.String({
description: "Name of the tool that made the guess",