core-utils
    Preparing search index...

    Interface Result

    interface Result {
        code: Code;
        paths: { destination: string; sources: string[] };
    }
    Index

    Properties

    Properties

    code: Code
    paths: { destination: string; sources: string[] }