We expose our types using typedefs in the module API. Recently I got the following on PR https://github.com/tarantool/tarantool/pull/7428: ```c ERROR: do not add new typedefs #170: FILE: src/lib/core/decimal.h:97: +typedef STRUCT_DECIMAL decimal_t; ```