ActionFieldTextInputList: ActionFieldBase & {
    allowDuplicates?: boolean;
    allowEmptyValues?: boolean;
    enableReorder?: boolean;
    placeholder?: string;
    type: "StringList";
    widget: "TextInputList";
}