UNPKG

@angular/pwa

Version:
16 lines (15 loc) 283 B
export interface Schema { /** * The name of the project. */ project?: string; /** * The target to apply service worker to. */ target?: string; /** * The title of the application. */ title?: string; [property: string]: any; }