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

6 lines
181 B
TypeScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
export type ServerTelemetryEntity = {
failedRequests: Array<string | number>;
errors: string[];
cacheHits: number;
};
//# sourceMappingURL=ServerTelemetryEntity.d.ts.map