@difizen/mana-app
Version:
7 lines • 303 B
TypeScript
import { ApplicationContribution } from '@difizen/mana-core';
import { NotificationService } from './notification/service';
export declare class ManaApplication implements ApplicationContribution {
notificationService: NotificationService;
initialize(): void;
}
//# sourceMappingURL=app.d.ts.map