oak-pay-business/es/exceptionHandler.d.ts

9 lines
195 B
TypeScript

import { AFD } from './types/RuntimeCxt';
/**
* 构造backUrl
* @param location
* @param encode
* @returns
*/
export declare const handler: (reason: any, features: AFD) => Promise<boolean>;