UNPKG

@ui-tool/core

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