interface GetFeatureFlagById {
    featureFlagId: string;
}

Properties

Properties

featureFlagId: string

The ID of the Feature Flag to fetch.