Type alias ProfileActionHistoryFragment
ProfileActionHistoryFragment: { actionType: ProfileActionHistoryType; actionedOn: string; id: number; txHash: string | null; who: string; } Type declaration
actionedOn: string
id: number
txHash: string | null
who: string