@coveo/headless
    Preparing search index...

    Variable ResultTemplatesHelpersConst

    ResultTemplatesHelpers: {
        fieldMustMatch: (
            fieldName: string,
            valuesToMatch: string[],
        ) => ResultTemplateCondition;
        fieldMustNotMatch: (
            fieldName: string,
            blacklistedValues: string[],
        ) => ResultTemplateCondition;
        fieldsMustBeDefined: (fieldNames: string[]) => ResultTemplateCondition;
        fieldsMustNotBeDefined: (fieldNames: string[]) => ResultTemplateCondition;
        getResultProperty: (result: Result, property: string) => null | {};
    } = ...

    Type declaration