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

Type declaration