Skip to content

Commit

Permalink
refactor(api-client): update types
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Nov 15, 2024
1 parent 3b4dfd1 commit f586fac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api-client/src/runs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export interface Runs {
export interface RunCurrentStateData {
estopEngaged: boolean
activeNozzleLayouts: Record<string, NozzleLayoutValues> // keyed by pipetteId
tipStates: Record<string, TipStates> // keyed by pipetteId
placeLabwareState?: PlaceLabwareState
}

Expand Down Expand Up @@ -218,3 +219,7 @@ export interface PlaceLabwareState {
location: OnDeckLabwareLocation
shouldPlaceDown: boolean
}

export interface TipStates {
hasTip: boolean
}

0 comments on commit f586fac

Please sign in to comment.