We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5877d9 commit 73d261aCopy full SHA for 73d261a
packages/mos-gateway/src/mosStatus/__tests__/diff.spec.ts
@@ -5,7 +5,7 @@ import {
5
IngestRundownStatus,
6
} from '@sofie-automation/shared-lib/dist/ingest/rundownStatus'
7
import { diffStatuses, ItemStatusEntry, MOS_STATUS_UNKNOWN, StoryStatusEntry } from '../diff'
8
-import type { MosDeviceStatusesConfig } from '../../generated/devices'
+import type { MosDeviceStatusesConfig } from '@sofie-automation/shared-lib/dist/generated/MosGatewayDevicesTypes'
9
import { IMOSObjectStatus } from '@mos-connection/connector'
10
11
describe('diffStatuses', () => {
0 commit comments