I would like to declare a custom typedef in my shared.thrift file so it can be used by any other thrift file that includes shared.thrift. For example:
typedef string datetimestring However, it won't compile (using Thrift compiler 0.9.1 for Delphi). So I guess we just have to include the custom typedef in each file that needs it. Is that right or am I missing something? Thanks! Janice
