MCPcopy
hub / github.com/claabs/epicgames-freegames-node / PuppetBaseProps

Interface PuppetBaseProps

src/puppet/base.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { STORE_HOMEPAGE } from '../common/constants.js';
16
17export interface PuppetBaseProps {
18 browser: Browser;
19 email: string;
20}
21
22export default class PuppetBase {
23 protected L: Logger;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected