mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-07 02:05:18 +00:00
9 lines
173 B
Thrift
9 lines
173 B
Thrift
include "domain_config.thrift"
|
|
|
|
namespace java com.rbkmoney.damsel.papidmt
|
|
namespace erlang papidmt
|
|
|
|
struct HistoryWrapper {
|
|
1: required domain_config.History history
|
|
}
|