botbook/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts

3 lines
190 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
export declare const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
export declare const cacheUnknownErrorCode = "cache_error_unknown";
//# sourceMappingURL=CacheErrorCodes.d.ts.map