Skip to content

Commit 23e4f51

Browse files
committed
restore
1 parent a9fe9b4 commit 23e4f51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import type { MonolithicActivityComponentType } from "./MonolithicActivityComponentType";
2+
import type { StructuredActivityComponentType } from "./StructuredActivityComponentType";
3+
4+
export type ActivityComponentType<T extends {} = {}> =
5+
| MonolithicActivityComponentType<T>
6+
| StructuredActivityComponentType<T>;

0 commit comments

Comments
 (0)