@willwade/aac-processors
    Preparing search index...

    Interface ExtractStringsResult

    interface ExtractStringsResult {
        errors: ProcessingError[];
        extractedStrings: ExtractedString[];
    }
    Index

    Properties

    errors: ProcessingError[]
    extractedStrings: ExtractedString[]