UNPKG

quora-automation

Version:

Automate creating question and getting all answers

9 lines (8 loc) 254 B
import { DEPLOYMENT_TYPES } from "./deployment-types"; import { LoggerInterface } from "./logger-interface"; export interface UserConfig { username: string; password: string; deploymentType?: DEPLOYMENT_TYPES; logger?: LoggerInterface; }