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

    Interface ConfigurationParams

    interface ConfigurationParams {
        id?: string;
        key: string;
        sent: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    id?: string
    key: string
    sent: boolean
    value: string