Skip to content

Commit

Permalink
Update packages/composable-controller/src/ComposableController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift authored Aug 1, 2024
1 parent 36f9cf4 commit edc11c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/composable-controller/src/ComposableController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const INVALID_CONTROLLER_ERROR =
'Invalid controller: controller must have a `messagingSystem` or be a class inheriting from `BaseControllerV1`.';

/**
* A universal supertype for the `BaseControllerV1` state object.
* A universal supertype for the `BaseControllerV1` config object.
*/
type ConfigConstraintV1 = BaseConfig & object;

Expand Down

0 comments on commit edc11c3

Please sign in to comment.