UNPKG

@wizdom-intranet/services

Version:

A list of core service to ease Wizdom development

7 lines (6 loc) 222 B
import { IWizdomContext } from "../services/context/context.interfaces"; export interface IWizdomDeveloperMode { wizdomContext: IWizdomContext; nocache: boolean; errorMissingTranslations: boolean; }