UNPKG

254 BTypeScriptView Raw
1export interface Schema {
2 /**
3 * The name of the project.
4 */
5 project?: string;
6 /**
7 * The target to apply service worker to.
8 */
9 target?: string;
10 /**
11 * The title of the application.
12 */
13 title?: string;
14}