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