File size: 296 Bytes
fea495a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
declare const USE_CACHE_TIMEOUT_ERROR_CODE = "USE_CACHE_TIMEOUT";
export declare class UseCacheTimeoutError extends Error {
    digest: typeof USE_CACHE_TIMEOUT_ERROR_CODE;
    constructor();
}
export declare function isUseCacheTimeoutError(err: unknown): err is UseCacheTimeoutError;
export {};