UNPKG

184 BTypeScriptView Raw
1export interface Schema {
2 /**
3 * The name of the project.
4 */
5 project: string;
6 /**
7 * Skip installing dependency packages.
8 */
9 skipInstall?: boolean;
10}