export interface Segment { name: string; title: string; description?: string; shortTitle: string; meta?: Record; }