1/**
2 * Configuration for the Wisp client
3 * @typeParam Config
4 */ 5exporttypeConfig={ 6/** The base domain URL with HTTP or HTTPS protocol */ 7domain:`http://${string}`|`https://${string}`, 8/** Name of the client application */ 9clientName: string10};