viem
Version:
9 lines • 314 B
TypeScript
import { BaseError } from './base.js';
export type FilterTypeNotSupportedErrorType = FilterTypeNotSupportedError & {
name: 'FilterTypeNotSupportedError';
};
export declare class FilterTypeNotSupportedError extends BaseError {
name: string;
constructor(type: string);
}
//# sourceMappingURL=log.d.ts.map