Home > @i2analyze/i2connect > spi > ConnectorSeedConstraints
spi.ConnectorSeedConstraints type
The constraints on the seeds that users can specify, or null if the service does not support seeds.
Signature:
export type ConnectorSeedConstraints = {
connectorIds?: Array<string>;
max?: number;
min?: number;
seedTypes?: ConnectorSeedTypes;
};
References: ConnectorSeedTypes