Type Alias FeatureStoreLayerState

FeatureStoreLayerState:
    | "dynamic"
    | "static"
    | "edited"
    | "deleted"
    | "removed"

Enumeration of feature store item states