export interface RequestStatus { loading?:boolean status?:boolean | undefined message?:string name?:string data?:{}[] | [any] | {} }