wechaty-puppet-service
Version:
Puppet Service for Wechaty
5 lines • 413 B
TypeScript
declare const WECHATY_PUPPET_SERVICE_TOKEN: (token?: string) => string;
declare const WECHATY_PUPPET_SERVICE_ENDPOINT: (endpoint?: string | undefined) => string | undefined;
declare const WECHATY_PUPPET_SERVICE_AUTHORITY: (authority?: string | undefined) => string;
export { WECHATY_PUPPET_SERVICE_ENDPOINT, WECHATY_PUPPET_SERVICE_TOKEN, WECHATY_PUPPET_SERVICE_AUTHORITY, };
//# sourceMappingURL=env-vars.d.ts.map