UNPKG

@cauca-911/core

Version:

Run `npm install @cauca-911/core` to add this library to your project

7 lines (6 loc) 134 B
export interface InterceptorDelay { url: string; startingTime: Date; endingTime: Date; totalInMilliseconds: number; }