@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_variable_value {
        document: Typed<string, {}>;
        document_key: Typed<
            string
            | Record<keyof Tables>,
            { dependent: "document" },
        >;
        order: Typed<number, {}>;
        value: Typed<string, {}>;
        variable: Typed<
            | string
            | ExplicitKey<"var_dictionary">
            | TableBrand<"var_dictionary">
            | Record<"var_dictionary">,
            { referenceTable: "var_dictionary" },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    document: Typed<string, {}>
    document_key: Typed<string | Record<keyof Tables>, { dependent: "document" }>
    order: Typed<number, {}>
    value: Typed<string, {}>
    variable: Typed<
        | string
        | ExplicitKey<"var_dictionary">
        | TableBrand<"var_dictionary">
        | Record<"var_dictionary">,
        { referenceTable: "var_dictionary" },
    >