UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

13 lines (12 loc) 324 B
import { ISlateConfig } from '../../util_modules/config/lib/slate'; export type TSlateServerDetails = ISlateConfig & { port: { slate: number; proxy: number; }; trigger: { kill: boolean; }; }; declare const _default: () => Promise<Array<TSlateServerDetails>>; export default _default;