UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

11 lines (10 loc) 233 B
import { TriggerableLifetimeManager } from './disposable'; /** * The LifetimeData class. */ export declare class LifetimeData { /** * Lifetime manager of the application. */ manager: TriggerableLifetimeManager; }