TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface IParsedExpression

    interface IParsedExpression {
        dictionary: string;
        key: string;
        params?: string[];
    }
    Index

    Properties

    dictionary: string
    key: string
    params?: string[]