UNPKG

@ethersphere/swarm-cli

Version:
8 lines (6 loc) 227 B
import { RootCommand } from '../../command/root-command' import { Config } from '../../command/root-command/command-config' export interface ConfigOption { optionKey: string propertyKey: keyof Config & keyof RootCommand }