@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ui_annotation_element {
        element: Typed<
            | string
            | ExplicitKey<"sys_ui_annotation">
            | TableBrand<"sys_ui_annotation">
            | Record<"sys_ui_annotation">,
            { referenceTable: "sys_ui_annotation" },
        >;
        type: Typed<
            "annotation"
            | "element",
            { choices: { annotation: "annotation"; element: "" } },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    element: Typed<
        | string
        | ExplicitKey<"sys_ui_annotation">
        | TableBrand<"sys_ui_annotation">
        | Record<"sys_ui_annotation">,
        { referenceTable: "sys_ui_annotation" },
    >
    type: Typed<
        "annotation"
        | "element",
        { choices: { annotation: "annotation"; element: "" } },
    >