@servicenow/sdk - v4.7.0
    Preparing search index...
    interface sysauto_script {
        script: Typed<
            string
            | number,
            { columnType: "script_plain"; label: "Run this script"; maxLength: 8000 },
        >;
        sys_id: Typed<
            string,
            {
                label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                primary: true;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    script: Typed<
        string
        | number,
        { columnType: "script_plain"; label: "Run this script"; maxLength: 8000 },
    >
    sys_id: Typed<
        string,
        {
            label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
            primary: true;
        },
    >