zeroant-common
Version:
Common modules for zeroant
17 lines (16 loc) • 399 B
TypeScript
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;
};
}