import { DomainObject } from "./domain-object"; import { WeekCapacityChannelEntry } from "./week-capacity-channel-entry"; export declare class WeekCapacityChannel extends DomainObject { ChannelId?: string | undefined; ChannelEntries?: WeekCapacityChannelEntry[] | undefined; } //# sourceMappingURL=week-capacity-channel.d.ts.map