A similar conflict as mentioned in #66 is happening with the interfaces INode, AST, and the field in IContract updatedAt. 1. Many of the required fields don't produce on compiling the contracts in JSON (happens in INode and AST interfaces) 2. updatedAt is of type Date in IContract but compiled result generated string.
A similar conflict as mentioned in #66 is happening with the interfaces INode, AST, and the field in IContract updatedAt.