Variable: FunctionReferenceDataSchema
ts
const FunctionReferenceDataSchema: ZodObject<{
displayName: ZodOptional<ZodString>;
isList: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
supportsListAndSingleValueOperators: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
types: ZodOptional<ZodArray<ZodString>>;
value: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/functionReferenceData.ts:5
Details of functions that can be used in advanced searches.