@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ui_module {
        active: Typed<boolean, { default: true }>;
        application: Typed<
            | string
            | ExplicitKey<"sys_ui_application">
            | TableBrand<"sys_ui_application">
            | Record<"sys_ui_application">,
            { referenceTable: "sys_ui_application" },
        >;
        name: Typed<string, {}>;
        order: Typed<number, {}>;
        path: Typed<string, { maxLength: 3500 }>;
        path_relative_to_root: Typed<boolean, { default: false }>;
        roles: Typed<string, {}>;
        table: Typed<keyof Tables, {}>;
        uncancelable: Typed<boolean, { default: false }>;
        view_name: Typed<string, {}>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: Typed<boolean, { default: true }>
    application: Typed<
        | string
        | ExplicitKey<"sys_ui_application">
        | TableBrand<"sys_ui_application">
        | Record<"sys_ui_application">,
        { referenceTable: "sys_ui_application" },
    >
    name: Typed<string, {}>
    order: Typed<number, {}>
    path: Typed<string, { maxLength: 3500 }>
    path_relative_to_root: Typed<boolean, { default: false }>
    roles: Typed<string, {}>
    table: Typed<keyof Tables, {}>
    uncancelable: Typed<boolean, { default: false }>
    view_name: Typed<string, {}>