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

    Interface ScriptFile

    interface ScriptFile {
        content: string;
        language: RunTypeOptions;
        name: string;
    }
    Index

    Properties

    Properties

    content: string
    language: RunTypeOptions
    name: string