oak-general-business/lib/exceptionHandlers.d.ts

6 lines
397 B
TypeScript

import { ExceptionHandlerDict } from "oak-frontend-base/lib/types/ExceptionHandler";
import { EntityDict } from './general-app-domain';
import { GeneralFeatures } from './features/index';
import { BRC, FRC, FrcAspectDict } from './types/RuntimeCxt';
export declare const handlerDict: ExceptionHandlerDict<EntityDict, BRC, FRC, FrcAspectDict, GeneralFeatures<EntityDict, BRC, FRC, FrcAspectDict>>;