wechaty-puppet-service
Version:
Puppet Service for Wechaty
6 lines • 352 B
TypeScript
import { puppet as grpcPuppet } from 'wechaty-grpc';
import type { FileBox } from 'file-box';
import * as PUPPET from 'wechaty-puppet';
declare function puppetImplementation(puppet: PUPPET.impls.PuppetInterface, FileBoxUuid: typeof FileBox): grpcPuppet.IPuppetServer;
export { puppetImplementation };
//# sourceMappingURL=puppet-implementation.d.ts.map