Skip to content

Commit

Permalink
Update TypeScript bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Mar 15, 2024
1 parent 62739a8 commit f8de8bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api-client/src/runs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ export interface Runs {
export const RUN_ACTION_TYPE_PLAY: 'play' = 'play'
export const RUN_ACTION_TYPE_PAUSE: 'pause' = 'pause'
export const RUN_ACTION_TYPE_STOP: 'stop' = 'stop'
export const RUN_ACTION_TYPE_COMPLETE_RECOVERY: 'complete-recovery' =
'complete-recovery'

export type RunActionType =
| typeof RUN_ACTION_TYPE_PLAY
| typeof RUN_ACTION_TYPE_PAUSE
| typeof RUN_ACTION_TYPE_STOP
| typeof RUN_ACTION_TYPE_COMPLETE_RECOVERY

export interface RunAction {
id: string
Expand Down

0 comments on commit f8de8bb

Please sign in to comment.