File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/shared-lib/src/pubsub Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,16 @@ export interface PeripheralDevicePubSubTypes {
103103 /** Custom publications for package-manager */
104104 [ PeripheralDevicePubSub . packageManagerPlayoutContext ] : (
105105 deviceId : PeripheralDeviceId ,
106- token : string | undefined
106+ token ? : string
107107 ) => PeripheralDevicePubSubCollectionsNames . packageManagerPlayoutContext
108108 [ PeripheralDevicePubSub . packageManagerPackageContainers ] : (
109109 deviceId : PeripheralDeviceId ,
110- token : string | undefined
110+ token ? : string
111111 ) => PeripheralDevicePubSubCollectionsNames . packageManagerPackageContainers
112112 [ PeripheralDevicePubSub . packageManagerExpectedPackages ] : (
113113 deviceId : PeripheralDeviceId ,
114114 filterPlayoutDeviceIds : PeripheralDeviceId [ ] | undefined ,
115- token : string | undefined
115+ token ? : string
116116 ) => PeripheralDevicePubSubCollectionsNames . packageManagerExpectedPackages
117117}
118118
You can’t perform that action at this time.
0 commit comments