UNPKG

keybase-bot

Version:
13 lines (12 loc) 291 B
/** * Options for initializing the bot. */ export interface InitOptions { verbose?: boolean; botLite?: boolean; disableTyping?: boolean; autoLogSendOnCrash?: boolean; adminDebugDirectory?: string; keybaseBinaryLocation?: string; useDetachedService?: boolean; }