@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias SPWidgetDependency

    SPWidgetDependency: Now.Internal.WithID<
        {
            angularModuleName?: string;
            cssIncludes?: CssIncludeWithOrder[];
            includeOnPageLoad?: boolean;
            jsIncludes?: JsIncludeWithOrder[];
            name: string;
            portalsForPageLoad?: (string | Record<"sp_portal">)[];
        } & Now.Internal.Meta,
    >

    API used to create a Service Portal widget dependency (sp_widget_dependency). For more information, see the docs.