interface TrpcRsp {
    error_msg: string;
    func_ret: number;
    ret: number;
}

Properties

error_msg: string
func_ret: number
ret: number