From 3a2f22a2112ee81cbc76cbe1bd90b1ebd62072c6 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 8 Mar 2024 16:26:23 -0500 Subject: [PATCH] add ts for the new mapping --- shared-data/command/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared-data/command/types/index.ts b/shared-data/command/types/index.ts index 144efa2f46a5..980eb8fb1244 100644 --- a/shared-data/command/types/index.ts +++ b/shared-data/command/types/index.ts @@ -47,6 +47,7 @@ export interface CommonCommandRunTimeInfo { startedAt: string | null completedAt: string | null intent?: 'protocol' | 'setup' + notes?: CommandNote[] | null } export interface CommonCommandCreateInfo { key?: string