LatestActedFragment: {
    __typename: "LatestActed";
    actedAt: string;
    profile: ProfileFragment;
    txHash: string;
}

Type declaration

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