Interface EmbedResult

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

Properties

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