UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

7 lines (6 loc) 260 B
import { ValidationException } from "./ValidationException.js"; export declare class NoSuchMemberException extends ValidationException { readonly memberName: string; readonly type: string; constructor(memberName: string, type: string, ctx: any); }