UNPKG

ut-tools

Version:

Build and Release management automation package.

9 lines (8 loc) 221 B
import { Dictionary } from './basic'; import { INodeVariable } from './graph'; export interface IServer { url: string; name?: string; description?: string; variables?: Dictionary<INodeVariable, string>; }