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

6 lines
250 B
TypeScript

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