export type Segment = { readonly id: number; name: string; description?: string | null; };