UNPKG

@ui-tool/core

Version:
7 lines 289 B
import { Observable } from 'rxjs'; export interface IFeatureSentinelService { doValidation(): void; hookValidationEventAsync(): Observable<void>; ableToAccessFeaturesAsync(names: string[]): Observable<boolean>; } //# sourceMappingURL=feature-sentinel-service.interface.d.ts.map