Interface LifeCycleHook

interface LifeCycleHook {
    promise: PromiseLike<any>;
}

Properties

Properties

promise: PromiseLike<any>