import { SortKey } from '../DataTableBuilder/types'

export interface SectionSortKey extends SortKey {
  description: string
}
