import { LookupCallModel } from '../index'; export interface RestLookupCallModel extends LookupCallModel { resourceUrl?: string; maxTextLength?: number; /** * for predefined restrictions only (e.g. in JSON or subclasses), don't change this attribute! this instance is shared with all clones! */ restriction?: Record; } //# sourceMappingURL=RestLookupCallModel.d.ts.map