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

    Type Alias SPAngularProvider

    SPAngularProvider: Now.Internal.WithID<
        {
            name: string;
            requires?: (string | Record<"sp_angular_provider"> | SPAngularProvider)[];
            script?: string;
            type?: AngularProviderType;
        } & Now.Internal.Meta,
    >

    API used to create a Service Portal Angular provider (sp_angular_provider). For more information, see the docs.