import { ShowBehavior } from "./showBehavior.enum"; export interface D3SeatingChartConfig { showBehavior: ShowBehavior; allowManualSelection: boolean; }