WalletsActivityReportEventDetails: {
    __typename?: "WalletsActivityReportEventDetails";
    providerName: Scalars["String"]["output"];
    sourceLink: Scalars["String"]["output"];
    type: WalletsActivityReportType;
    wallets: WalletsActivityReportWallet[];
}