@omnia/foundation
Version:
Provide omnia foundation typings and tooling work on client side for omnia extension
13 lines (12 loc) • 368 B
TypeScript
export declare class TutorialInterceptor {
private reqsTotal;
private reqsCompleted;
private countingBulk;
private webAPIUrlConfiguration;
constructor();
handleRequest: (url: string) => void;
handleResponse: (url: string) => void;
handleResponseError: (url: string) => void;
private canCount;
private setComplete;
}