export interface RequestDataInterface { url: string; method: string; data?: any; }