export type ClosedList = { id: string; name: string; displayName: string; optionalValues: { id: string; displayName: string; }[]; };