export default interface FindWalletResponse { userIdentifier: string; walletAddress: string | null; }