UNPKG

wechaty-puppet-service

Version:
6 lines 352 B
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