diff --git a/src/config/allowed-values.ts b/src/config/allowed-values.ts index e9e5f982c9e..37c900a41fd 100644 --- a/src/config/allowed-values.ts +++ b/src/config/allowed-values.ts @@ -3,7 +3,7 @@ import { normalizeLowercaseStringOrEmpty } from "../shared/string-coerce.js"; const MAX_ALLOWED_VALUES_HINT = 12; const MAX_ALLOWED_VALUE_CHARS = 160; -export type AllowedValuesSummary = { +type AllowedValuesSummary = { values: string[]; hiddenCount: number; formatted: string;