UNPKG

128 BTypeScriptView Raw
1/**
2 *
3 */
4export declare class EntityColumnNotFound extends Error {
5 name: string;
6 constructor(propertyPath: string);
7}