Type Alias InterceptorCommands

InterceptorCommands: {
    deleteInterceptor: (() => void);
    replaceURL: ((url: string) => void);
}