Skip to content

Commit a69251a

Browse files
authored
misc: account for "String | Object" in types (#207)
1 parent ce3f98c commit a69251a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis/build-types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ function resolveType(inType: string): AnyType {
433433
type: 'ObsWebSocket.OBSStats',
434434
optional: isOptional
435435
};
436+
case 'string | object':
436437
case 'object':
437438
return {
438439
type: 'object',

0 commit comments

Comments
 (0)