Initial
This commit is contained in:
7
node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts
generated
vendored
Normal file
7
node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type ServerTelemetryEntity = {
|
||||
failedRequests: Array<string | number>;
|
||||
errors: string[];
|
||||
cacheHits: number;
|
||||
nativeBrokerErrorCode?: string;
|
||||
};
|
||||
//# sourceMappingURL=ServerTelemetryEntity.d.ts.map
|
||||
Reference in New Issue
Block a user