@suluk/journeys - v0.4.0
    Preparing search index...

    Interface PromoteResult

    interface PromoteResult {
        source: string;
        changed: boolean;
        reason: string;
    }
    Index

    Properties

    Properties

    source: string
    changed: boolean
    reason: string