UNPKG

166 BTypeScriptView Raw
1/**
2 * Generates and configures environment files for a project.
3 */
4export interface Schema {
5 /**
6 * The name of the project.
7 */
8 project: string;
9}