source:
trip-planner-front/node_modules/@angular-devkit/architect/src/output-schema.d.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 238 bytes |
Line | |
---|---|
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.