import type { InitConfig, WalletConfig } from '@aries-framework/core' export type TenantConfig = Pick & { walletConfig: Pick }