@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ui_annotation {
        is_plain_text: Typed<boolean, { default: true }>;
        text: Typed<string, {}>;
        type: Typed<
            | string
            | ExplicitKey<"sys_ui_annotation_type">
            | TableBrand<"sys_ui_annotation_type">
            | Record<"sys_ui_annotation_type">,
            { referenceTable: "sys_ui_annotation_type" },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    is_plain_text: Typed<boolean, { default: true }>
    text: Typed<string, {}>
    type: Typed<
        | string
        | ExplicitKey<"sys_ui_annotation_type">
        | TableBrand<"sys_ui_annotation_type">
        | Record<"sys_ui_annotation_type">,
        { referenceTable: "sys_ui_annotation_type" },
    >