mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
cleanup
This commit is contained in:
@@ -78,11 +78,11 @@ export interface OurRunHelpers extends RunHelpers {
|
||||
* diagram.
|
||||
*/
|
||||
schedule: (marbles: string, actions: Record<string, () => void>) => void;
|
||||
behavior<T = string>(
|
||||
behavior: <T>(
|
||||
marbles: string,
|
||||
values?: { [marble: string]: T },
|
||||
error?: unknown,
|
||||
): Behavior<T>;
|
||||
) => Behavior<T>;
|
||||
scope: ObservableScope;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user