Skip to content

Commit

Permalink
save type
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Feb 10, 2025
1 parent e358006 commit 4fdd39c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protocol-designer/src/pages/Designer/DeckSetup/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Dispatch, SetStateAction } from 'react'
import type { CoordinateTuple } from '@opentrons/shared-data'
import type { LabwareOnDeck } from '../../../step-forms'
import type { DeckSetupTabType } from '../types'

export interface SharedControlsType extends DeckSetupTabType {
Expand All @@ -11,3 +12,7 @@ export interface SharedControlsType extends DeckSetupTabType {
setShowMenuListForId: Dispatch<SetStateAction<string | null>>
isSelected: boolean
}

export interface DroppedItem {
labwareOnDeck: LabwareOnDeck
}

0 comments on commit 4fdd39c

Please sign in to comment.