@servicenow/sdk - v4.4.1
    Preparing search index...

    Variable atf_input_variableConst

    atf_input_variable: {
        name: "atf_input_variable";
        schema: {
            element: Typed<string, {}>;
            model_id: Typed<string | Record, { dependent: "model_table" }>;
            model_table: Typed<keyof Tables, {}>;
        };
    } = ...

    Type Declaration

    • Readonlyname: "atf_input_variable"
    • Readonlyschema: {
          element: Typed<string, {}>;
          model_id: Typed<string | Record, { dependent: "model_table" }>;
          model_table: Typed<keyof Tables, {}>;
      }