UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

10 lines (8 loc) 262 B
import { IAcceleratorConfigNormalized, } from '../configuration/IAcceleratorConfigNormalized'; export interface InitializationHandlerOptions { readonly appSelector: string; readonly config: IAcceleratorConfigNormalized; readonly loadSelector: string; }