sdk.watcher.waitforwatchspec
Home > @matterway/sdk > Watcher > WaitForWatchSpec
Watcher.WaitForWatchSpec type
Signature:
export type WaitForWatchSpec<T> = {
wait: WatcherSpec<T>['wait'];
match: WatcherSpec<T>['match'];
};
References: WatcherSpec