diff --git a/modules/store-devtools/src/config.ts b/modules/store-devtools/src/config.ts index 9be1620efd..f5e871c5c1 100644 --- a/modules/store-devtools/src/config.ts +++ b/modules/store-devtools/src/config.ts @@ -8,12 +8,11 @@ export interface StoreDevtoolsConfig { shouldInstrument: Type | InjectionToken; } -export const STORE_DEVTOOLS_CONFIG = new InjectionToken('@ngrx/devtools Options'); -export const INITIAL_OPTIONS = new InjectionToken('@ngrx/devtools Initial Config'); +export const STORE_DEVTOOLS_CONFIG = new InjectionToken('@ngrx/devtools Options'); +export const INITIAL_OPTIONS = new InjectionToken('@ngrx/devtools Initial Config'); export const SHOULD_INSTRUMENT = new InjectionToken('@ngrx/devtools Should Instrument'); - export type StoreDevtoolsOptions = Partial | (() => Partial) - ; \ No newline at end of file + ;