@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sysevent_email_style {
        name: Typed<string, { label: "Name" }>;
        style: Typed<string, { label: "Style"; maxLength: 65000 }>;
        sys_id: Typed<
            string,
            {
                label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                primary: true;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: Typed<string, { label: "Name" }>
    style: Typed<string, { label: "Style"; maxLength: 65000 }>
    sys_id: Typed<
        string,
        {
            label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
            primary: true;
        },
    >