VerifyXmtpTargetViaXip42Mutation: {
    __typename?: "NotifiMutation";
    verifyXmtpTargetViaXip42: {
        __typename?: "VerifyXmtpTargetViaXip42Response";
        web3Target?: {
            __typename?: "Web3Target";
            accountId?: string;
            id: string;
            isConfirmed: boolean;
            name?: string;
            senderAddress?: string;
            targetProtocol: Web3TargetProtocol;
            walletBlockchain: WalletBlockchain;
        };
    };
}