@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
9 lines (8 loc) • 364 B
TypeScript
/**
* export all public APIs.
*/
export { DevGuardService } from './dev.guard.service';
export { GuardsModule } from './guards.module';
export { ExperimentGuardService, ExperimentGuardData } from './experiment.guard.service';
export { BaseGuardData } from './guard-data';
export { InstallationTypeGuardService } from './installation-type.guard.service';