Skip to content

Commit 66aeff8

Browse files
committed
wip
1 parent da11743 commit 66aeff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/signals/signals-runtime/src/shared/shared-types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export type SignalOfType<
77
SignalType extends AllSignals['type']
88
> = AllSignals & { type: SignalType }
99

10+
/**
11+
* Interface for the Signals class (accessible via `signals` in the processSignal scope).
12+
*/
1013
export interface ISignalsRuntime<Signal extends BaseSignal> {
1114
/**
1215
* Finds a signal of a specific type from a given signal.

0 commit comments

Comments
 (0)