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