Type Alias FeatureVisibilityEvent

FeatureVisibilityEvent: {
    action: FeatureVisibilityAction;
    ids: (string | number)[];
}