@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomTokenizer

    Define arbitrary tokens that are used to match the input.

    interface CustomTokenizer {
        inputs: string[];
        type: "custom";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    inputs: string[]

    Contains custom tokens.

    type: "custom"