vtils

Home > utils > WechatBeforeInvokeCallback

WechatBeforeInvokeCallback type

Signature:

export declare type WechatBeforeInvokeCallback = (jsApi: WechatJsApi, params: Record<string, any>) => any;

References: WechatJsApi