Open Pioneer Trails Packages
    Preparing search index...

    Type Alias ModificationStep

    ModificationStep: CreationStep | UpdateStep

    Union type representing steps where a feature is being modified.

    This includes both creating new features (CreationStep) and updating existing features (UpdateStep). Use this type when you need to handle both modification scenarios.