Home > @i2analyze/i2connect > spi > DaodSeeds
spi.DaodSeeds type
The data from all the records that are to be used as seeds in a search operation.
Signature:
export type DaodSeeds = {
allItemTypes?: Array<ItemType>;
entities?: Array<DaodSeedEntityData>;
itemTypes?: Record<string, ItemType>;
links?: Array<DaodSeedLinkData>;
semanticData?: Record<string, Array<SemanticSeed>>;
};
References: ItemType, DaodSeedEntityData, DaodSeedLinkData, SemanticSeed