@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ux_app_route {
        app_config: Typed<
            | string
            | ExplicitKey<"sys_ux_app_config">
            | TableBrand<"sys_ux_app_config">
            | Record<"sys_ux_app_config">,
            { referenceTable: "sys_ux_app_config" },
        >;
        fields: Typed<string, {}>;
        name: Typed<string, {}>;
        optional_parameters: Typed<string, {}>;
        route_type: Typed<string, {}>;
        screen_type: Typed<
            | string
            | ExplicitKey<"sys_ux_screen_type">
            | TableBrand<"sys_ux_screen_type">
            | Record<"sys_ux_screen_type">,
            { referenceTable: "sys_ux_screen_type" },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    app_config: Typed<
        | string
        | ExplicitKey<"sys_ux_app_config">
        | TableBrand<"sys_ux_app_config">
        | Record<"sys_ux_app_config">,
        { referenceTable: "sys_ux_app_config" },
    >
    fields: Typed<string, {}>
    name: Typed<string, {}>
    optional_parameters: Typed<string, {}>
    route_type: Typed<string, {}>
    screen_type: Typed<
        | string
        | ExplicitKey<"sys_ux_screen_type">
        | TableBrand<"sys_ux_screen_type">
        | Record<"sys_ux_screen_type">,
        { referenceTable: "sys_ux_screen_type" },
    >