1importtype{BlobRef}from"@atproto/api"; 2 3/**
4 * Configuration for the Wisp client
5 * @typeParam Config
6 */ 7exporttypeConfig={ 8/** The base domain URL with HTTPS protocol */ 9domain:`https://${string}`,10/** Name of the client application */11clientName: string12};