@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ui_application {
        active: Typed<boolean, { default: true }>;
        hint: Typed<string, { maxLength: 255 }>;
        name: Typed<string, {}>;
        order: Typed<number, {}>;
        roles: Typed<string, {}>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: Typed<boolean, { default: true }>
    hint: Typed<string, { maxLength: 255 }>
    name: Typed<string, {}>
    order: Typed<number, {}>
    roles: Typed<string, {}>