Feature configuration

interface FeatureConfig {
    enabled: boolean;
    path?: string;
    url?: string;
    user?: string;
}

Properties

Properties

enabled: boolean

Feature enablement

path?: string

Path related to the feature

url?: string

Feature URL

user?: string

Gateway user name