import { APIError } from "./APIError"; export interface APIFullError extends APIError { /** * 错误信息 */ errCode: number; }