couch-kit
    Preparing search index...

    Interface ExtractAssetsResult

    interface ExtractAssetsResult {
        error: string | null;
        loading: boolean;
        staticDir: string | undefined;
    }
    Index
    error: string | null

    Error message if extraction failed

    loading: boolean

    Whether extraction is in progress

    staticDir: string | undefined

    The filesystem path to the extracted www directory, or undefined if not ready