Home > @i2analyze/i2connect > spi > ConnectorSeedConstraintItemType
spi.ConnectorSeedConstraintItemType type
A seed constraint that is based on the item type of seed records.
Signature:
export type ConnectorSeedConstraintItemType = {
id: string;
max?: number;
min?: number;
typeLocation?: SchemaTypeLocation;
};
References: SchemaTypeLocation