pusher/idl/config.thrift
2024-05-17 18:02:10 +08:00

8 lines
132 B
Thrift

struct PushConfig {
1: i64 id
2: i64 createdAt
3: i8 type
4: string name
5: string remark
6: string option
}