export interface EcomSdkConfig { api: { address: string; }; bankIdThumbprint?: string; }