core-utils
    Preparing search index...

    Interface EmbedResult

    interface EmbedResult {
        destinations: { path: string; sources: string[] }[];
        embeds: Embed[];
        sources: { destinations: string[]; path: string }[];
    }
    Index

    Properties

    destinations: { path: string; sources: string[] }[]
    embeds: Embed[]
    sources: { destinations: string[]; path: string }[]