source:
trip-planner-front/node_modules/@angular-devkit/architect/src/output-schema.d.ts@
8d391a1
Last change on this file since 8d391a1 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 238 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | export interface Schema { |
2 | error?: string; | |
3 | info?: { | |
4 | [key: string]: any; | |
5 | }; | |
6 | success: boolean; | |
7 | target?: Target; | |
8 | } | |
9 | export interface Target { | |
10 | configuration?: string; | |
11 | project?: string; | |
12 | target?: string; | |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.