Integration App SDK - v1.14.0
    Preparing search index...

    Type Alias TplFormulaArgs

    type TplFormulaArgs = {
        template: string;
        values: Record<string, any>;
    }
    Index

    Properties

    Properties

    template: string
    values: Record<string, any>