|
import { EntityDict } from '../oak-app-domain/index';
|
|
import { Checker } from 'oak-domain/lib/types';
|
|
import { RuntimeCxt } from '../types/RuntimeCxt';
|
|
declare const checkers: Checker<EntityDict, keyof EntityDict, RuntimeCxt>[];
|
|
export default checkers;
|