wechaty-puppet-service
Version:
Puppet Service for Wechaty
11 lines • 332 B
TypeScript
/**
* Huan(202003):
* @chatie/GRPC proto gen TS does not generate the ENUM type with reverse mapping.
* So we need to do it by ourselves:
* 1. define the EventTypeRev, and
* 2. loop EventType to fill it.
*/
export declare const EventTypeRev: {
[key: number]: string;
};
//# sourceMappingURL=event-type-rev.d.ts.map