UNPKG

@eclipse-scout/core

Version:
9 lines 409 B
import { StaticLookupCall } from '../../index'; export declare class ErroneousLookupCall extends StaticLookupCall<any> { protected _queryByAll(): void; protected _queryByKey(key: string): void; protected _queryByRec(rec: string): void; protected _queryByText(text: string): void; protected _resolveWithException(exception: string): void; } //# sourceMappingURL=ErroneousLookupCall.d.ts.map