Home > @i2analyze/i2connect > spi > ClientConfig
spi.ClientConfig type
An indication of how a client should interact with the service.
Signature:
export type ClientConfig = {
config: FormConfig | VisualQueryConfig | unknown;
id: string;
type: ClientConfigType;
};
References: FormConfig, VisualQueryConfig, ClientConfigType