Format observer outputs (#1560)

This commit is contained in:
Shuchang Zheng
2025-01-15 03:41:18 -08:00
committed by GitHub
parent b4e7b350e5
commit b49b4b165d
3 changed files with 48 additions and 5 deletions

View File

@@ -252,4 +252,6 @@ export type ObserverCruise = {
url: string | null;
created_at: string;
modified_at: string;
output: Record<string, unknown> | null;
summary: string | null;
};