Saxonberg Server API
    Preparing search index...

    Type Alias PhaseEffect

    PhaseEffect:
        | { action: "skip"; phase: CommandPhase }
        | { action: "replace"; phase: CommandPhase; with: ReplaceHandler }

    The shape an option declares in YAML under effects:. Discriminated on action; replace requires a with handler name.