export interface IBaseResponse { success: boolean; statusCode: number; data: T; timeStamp: string; }