Edit File: token-expired-error.d.ts
import { CustomError } from './custom-error'; export declare function TokenExpiredError(): CustomError;
Back to File Manager