UNPKG

intreface.cli

Version:

Intreface Dev Tools

15 lines (14 loc) 272 B
export declare type Dictionary<T> = { [s: string]: T; }; export declare type Config = { mysql?: { login: string; password: string; }; directory?: { git: string; nginx: string; bitrix: string; }; };