import { BaseResponse } from '../base.response.interface'; /** 微信回调认证返回类型 */ export interface CallbackAuthResponse extends BaseResponse { }