export interface FetchResult { code: string; data: T; message: string; }