IGPAPI
    Preparing search index...

    Variable AdsFacadeConst

    AdsFacade: Effect<
        {
            feed: {
                postsInsights: (
                    input: WithOptionalDefaults,
                ) => PaginatedFeed<
                    WithOptionalDefaults<PostsInsightsFeedInput, {}>,
                    PostsInsightsFeedResponse,
                    PostsInsightsFeedResponseEdgesItem,
                >;
            };
            graphQL: (...args: [options: AdsGraphQLInput]) => Promise<unknown>;
            insightsAccount: (
                ...args: [options: AccountInsightsOptions],
            ) => Promise<InsightsServiceAccountResponseRootObject>;
            insightsIgtv: (...args: [mediaId: string]) => Promise<unknown>;
            insightsPost: (
                ...args: [mediaId: string],
            ) => Promise<InsightsServicePostResponseRootObject>;
        },
        never,
        MobileSession
        | MobileDevice
        | GraphqlJsonHttp,
    > = ...