UNPKG

@eclipse-scout/core

Version:
7 lines 266 B
import { LookupCallModel } from '../index'; export interface StaticLookupCallModel<TKey> extends LookupCallModel<TKey> { /** delay in [ms]. By default that value is 0. */ delay?: number; data?: any[]; } //# sourceMappingURL=StaticLookupCallModel.d.ts.map