LookAtMySuitBot/js/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts

6 lines
181 B
TypeScript

export type ServerTelemetryEntity = {
failedRequests: Array<string | number>;
errors: string[];
cacheHits: number;
};
//# sourceMappingURL=ServerTelemetryEntity.d.ts.map