Skip to content

Commit

Permalink
add ts for the new mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Mar 8, 2024
1 parent 242a6a0 commit 3a2f22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared-data/command/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export interface CommonCommandRunTimeInfo {
startedAt: string | null
completedAt: string | null
intent?: 'protocol' | 'setup'
notes?: CommandNote[] | null
}
export interface CommonCommandCreateInfo {
key?: string
Expand Down

0 comments on commit 3a2f22a

Please sign in to comment.