MultiScopeBasedNotifierScopes
ts
type MultiScopeBasedNotifierScopes = Record<string, MultiScopeBasedNotifierScope> & object;Defined in: src/types/store.type.ts:123
Mutli scope based notifier scopes
Type Declaration
notifiers?
ts
optional notifiers: ReadonlyArray<Subject<ScopedFile>> | null;Notifiers, that provide a set of scoped files
Since
1.0.0
Author
Simon Kovtyk
Since
1.0.0
Author
Simon Kovtyk