opencarl
    Preparing search index...

    Interface CopyResourcesResult

    interface CopyResourcesResult {
        copied: string[];
        failed: { error: string; file: string }[];
        skipped: string[];
    }
    Index

    Properties

    Properties

    copied: string[]
    failed: { error: string; file: string }[]
    skipped: string[]