/** Card layout configuration. */
export interface CardLayout {
  /** Whether to show days in column */
  showDaysInColumn?: boolean;
}
