UNPKG

@showroomprive/azure-appconfig

Version:

A library to use Azure App Configuration in NestJS

11 lines 507 B
import { OnApplicationBootstrap } from '@nestjs/common'; import { ConfigService } from '@nestjs/config'; import { GeneralSettings } from '../models/general-settings'; export declare class ApplicationSettingsService<T> implements OnApplicationBootstrap { private readonly configService; Application: T | undefined; General: GeneralSettings | undefined; constructor(configService: ConfigService); onApplicationBootstrap(): void; } //# sourceMappingURL=application-settings.service.d.ts.map