export default interface IServiceResponse {
    body: any
    headers: object
    cacheExpires: string
    statusText: string
    status: number
}