LatestActed: {
    __typename: "LatestActed";
    actedAt: string;
    profile: Profile;
    txHash: string;
}

Type declaration

  • __typename: "LatestActed"
  • actedAt: string
  • profile: Profile
  • txHash: string