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

    Interface PromotionFileResult

    interface PromotionFileResult {
        file: string;
        original: string;
        updated: string;
        changed: boolean;
    }
    Index

    Properties

    file: string
    original: string
    updated: string
    changed: boolean