Home > @i2analyze/i2connect > spi > SeedSourceIdentifier
spi.SeedSourceIdentifier type
A source identifier in use as a seed identifier.
Signature:
export type SeedSourceIdentifier = {
itemTypeId?: string;
key: Array<string>;
type: string;
};