Skip to content

Commit

Permalink
chore: fix a type inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jul 15, 2019
1 parent 670f315 commit 9d75044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/MixerProtocolInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ export interface ICasparCGMixerGeometryFile {
MONITOR_CHANNEL_FADER_LEVEL: Array<ICasparCGChannelLayerPair[]>
}
sourceOptions?: {
sources: (ICasparCGChannelLayerPair & {
sources: Array<(ICasparCGChannelLayerPair & {
producer: string,
file: string
})
})>
options: {
[key: string]: { // producer property invocation
[key: string]: string // label: property
Expand Down

0 comments on commit 9d75044

Please sign in to comment.