n4auth/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts
2021-07-15 23:10:20 +03:00

13 lines
423 B
TypeScript

export declare class ServerTelemetryEntity {
failedRequests: Array<string | number>;
errors: string[];
cacheHits: number;
constructor();
/**
* validates if a given cache entry is "Telemetry", parses <key,value>
* @param key
* @param entity
*/
static isServerTelemetryEntity(key: string, entity?: object): boolean;
}
//# sourceMappingURL=ServerTelemetryEntity.d.ts.map