export interface ApiResult { data: T; success: boolean; errorCode?: string; errorMessage?: string; httpStatus?: string; hasDetailSolution?: boolean; title?: string; showType?: number; }