opencarl
    Preparing search index...

    Interface SetupResult

    interface SetupResult {
        error?: string;
        reason?: string;
        seedResult?: SeedResult;
        success: boolean;
        targetDir: string;
    }
    Index

    Properties

    error?: string
    reason?: string
    seedResult?: SeedResult
    success: boolean
    targetDir: string