File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/corelib/src/dataModel Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { Time } from '@sofie-automation/blueprints-integration'
22import { DeviceConfigManifest } from '../deviceConfig'
33import { OrganizationId , PeripheralDeviceId , StudioId } from './Ids'
4- import { IngestDeviceSecretSettings } from '@sofie-automation/shared-lib/dist/core/model/peripheralDevice'
4+ import type {
5+ IngestDeviceSecretSettings ,
6+ IngestDeviceSecretSettingsStatus ,
7+ } from '@sofie-automation/shared-lib/dist/core/model/peripheralDevice'
58
69import {
710 PeripheralDeviceStatusObject ,
@@ -10,7 +13,6 @@ import {
1013 PeripheralDeviceSubType ,
1114 PERIPHERAL_SUBTYPE_PROCESS ,
1215} from '@sofie-automation/shared-lib/dist/peripheralDevice/peripheralDeviceAPI'
13- import { IngestDeviceSecretSettingsStatus } from '@sofie-automation/corelib/src/dataModel/PeripheralDeviceSettings/ingestDevice'
1416
1517export {
1618 PeripheralDeviceStatusObject ,
You can’t perform that action at this time.
0 commit comments