export default interface TsrpcReq {
    // hideUrl为true时，URL通过此处传入
    __tsrpc_url__?: string;
}