cletus/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts
2025-05-09 15:53:19 -05:00

7 lines
No EOL
223 B
TypeScript

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