import { HttpMethodsEnum } from '../enums/http-methods.enum'; export interface RefreshEndpointConfigInterface { url: string; httpMethod: HttpMethodsEnum; }