Variable FunctionReferenceDataSchemaConst
FunctionReferenceDataSchema: ZodObject<
{
displayName: ZodOptional<ZodString>;
isList: ZodOptional<
ZodCustom<
"false"
| "true"
| string & {},
"false" | "true" | string & {},
>,
>;
supportsListAndSingleValueOperators: ZodOptional<
ZodCustom<
"false"
| "true"
| string & {},
"false" | "true" | string & {},
>,
>;
types: ZodOptional<ZodArray<ZodString>>;
value: ZodOptional<ZodString>;
},
$loose,
> = ...
Details of functions that can be used in advanced searches.