add autoExecuteSearch label typing

This commit is contained in:
contributor 2025-11-26 00:56:26 +02:00
parent 625c0ed7dc
commit a0e1cc4154

View File

@ -23,6 +23,7 @@ type Labels = {
ancestorDepth: string; ancestorDepth: string;
orderBy: string; orderBy: string;
orderDirection: string; orderDirection: string;
autoExecuteSearch: boolean;
// Collection-specific // Collection-specific
viewType: string; viewType: string;