Home > @i2analyze/i2connect > spi > Async
spi.Async type
Indicates that queries are asynchronous, and provides configuration settings. If this is present, then acquireUrl must not be present.
Signature:
export type Async = {
pollingIntervalInSeconds?: number;
queriesResource: string;
};