@farmart-tech/brave-client-sdk
    Preparing search index...

    Interface IFeatureFlagReaderOptions

    interface IFeatureFlagReaderOptions {
        environment?: "production" | "staging" | "development";
        firestoreDbConfig: FirestoreDbConfig;
        prefetches?: CollectionNames[];
        userContext?: UserContext;
        workspace?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    environment?: "production" | "staging" | "development"
    firestoreDbConfig: FirestoreDbConfig
    prefetches?: CollectionNames[]
    userContext?: UserContext
    workspace?: string