Type Alias FeatureStoreChangesListeners

FeatureStoreChangesListeners: {
    addfeature: EventsKey | EventsKey[] | null;
    changefeature: EventsKey | EventsKey[] | null;
    removefeature: EventsKey | EventsKey[] | null;
}