UNPKG

fireorm

Version:
5 lines (4 loc) 191 B
import type { EntityConstructorOrPath, IEntity } from '../types'; export declare class NoMetadataError extends Error { constructor(pathOrConstructor: EntityConstructorOrPath<IEntity>); }