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

Type declaration