Type alias ProfileActionHistory
ProfileActionHistory: { __typename: "ProfileActionHistory"; actionType: ProfileActionHistoryType; actionedOn: string; id: number; txHash: string | null; who: EvmAddress; } Type declaration
__typename: "ProfileActionHistory"
actionedOn: string
id: number
txHash: string | null