oak-general-business/lib/checkers/token.d.ts

6 lines
251 B
TypeScript

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