Skip to content

Commit fd8362c

Browse files
committed
fix(blueprints-integration): align deviceActionMessages type with deviceStatusMessages
- Remove redundant undefined union member from the Record value type - Suppression is expressed via empty string, consistent with deviceStatusMessages
1 parent c80493f commit fd8362c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/blueprints-integration/src/api

packages/blueprints-integration/src/api/studio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export interface StudioBlueprintManifest<
135135
* }
136136
* ```
137137
*/
138-
deviceActionMessages?: Record<string, string | DeviceStatusMessageFunction | undefined>
138+
deviceActionMessages?: Record<string, string | DeviceStatusMessageFunction>
139139

140140
/** Returns the items used to build the baseline (default state) of a studio, this is the baseline used when there's no active rundown */
141141
getBaseline: (context: IStudioBaselineContext) => BlueprintResultStudioBaseline

0 commit comments

Comments
 (0)