pusher/idl/config.thrift

8 lines
132 B
Thrift
Raw Normal View History

2024-05-17 18:02:10 +08:00
struct PushConfig {
1: i64 id
2: i64 createdAt
3: i8 type
4: string name
5: string remark
6: string option
}