@stonecypher/kyrie
    Preparing search index...

    Interface CLIResult

    Result of CLI processing

    interface CLIResult {
        error?: string;
        output?: string;
        success: boolean;
    }
    Index

    Properties

    error?: string
    output?: string
    success: boolean