UNPKG

zeroant-common

Version:
17 lines (16 loc) 399 B
import { AddonConfig } from 'zeroant-factory/addon.config'; export declare class PubSocketConfig extends AddonConfig { get pubUrl(): string[]; get pubKey(): string[]; get usePub(): boolean; get options(): { url: string[]; key: string[]; usePub: boolean; }; _options(): { url: string[]; key: string[]; usePub: boolean; }; }