UNPKG

@liara/cli

Version:

The command line interface for Liara

8 lines (7 loc) 168 B
export default interface IFlaskPlatformConfig { mirror: boolean; appModule: string; timezone: string; pythonVersion: string; nodeVersion: string; }