export declare type HttpResponseBody = { code: number; status: boolean; message: string; data: T; timestamp: string; path: string; };