export interface AppResponseAdl { data?: T; status?: string; errorCode?: string; message?: string; }