mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
refactor: trim allowed values type export
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user