export interface InterceptorDelay {
    url: string;
    startingTime: Date;
    endingTime: Date;
    totalInMilliseconds: number;
}
