UNPKG

@mbc-cqrs-serverless/core

Version:
12 lines (11 loc) 567 B
import { OnApplicationBootstrap } from '@nestjs/common'; import { ModuleRef } from '@nestjs/core'; import { ExplorerService } from '../services/explorer.service'; import { GroupRoleResolverRegistry } from './group-role-resolver.registry'; export declare class AuthzBootstrapService implements OnApplicationBootstrap { private readonly explorerService; private readonly moduleRef; private readonly registry; constructor(explorerService: ExplorerService, moduleRef: ModuleRef, registry: GroupRoleResolverRegistry); onApplicationBootstrap(): void; }