Skip to content

Wrong class definition for RemoteConfig #347

Closed
@devantti

Description

@devantti

RemoteConfig is defined as

declare class RemoteConfig {
    payload: Map<string, Object>;
    experiment?: Experiment | null;
    source: RemoteConfigurationSource;
    constructor(payload: Map<string, Object>, experiment: Experiment | null, source: RemoteConfigurationSource);
}

However payload seems to be object.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions