UNPKG

@eclipse-scout/core

Version:
11 lines 300 B
import { DoEntity } from '../index'; export interface CalendarResourceDo extends DoEntity { resourceId: string; name?: string; parentId?: string; visible?: boolean; selectable?: boolean; cssClass?: string; order?: number; } //# sourceMappingURL=CalendarResourceDo.d.ts.map