export interface CircuitSection { id: string; circuitListId: string; key: string; displayName: string; prefix: string; sortOrder: number; }