mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 17:55:23 +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
|
|
}
|