refactor: trim allowed values type export

This commit is contained in:
Peter Steinberger
2026-05-02 02:15:56 +01:00
parent 0c6c1cac76
commit 3f6b67fd4e

View File

@@ -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;