aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@schematics/angular/service-worker/schema.d.ts
blob: c941653d2c1c08eec56154396cfa8b532adbc636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Pass this schematic to the "run" command to create a service worker
 */
export interface Schema {
    /**
     * The name of the project.
     */
    project: string;
    /**
     * The target to apply service worker to.
     */
    target?: string;
}