UNPKG

320 BJavaScriptView Raw
1/**
2 * @typedef {Object} ApplicationOptions
3 *
4 * @property {string} [alias]
5 * @property {string} [project_folder]
6 * @property {string} [projectFolder]
7 * @property {string} [env]
8 * @property {string} [environment]
9 * @property {object|string} [configuration]
10 */