Interface IApplicationReference

interface IApplicationReference {
    application: Partial<IApplication> & ISource;
}

Properties

Properties

application: Partial<IApplication> & ISource