source: trip-planner-front/node_modules/@angular-devkit/architect/src/output-schema.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 238 bytes
Line 
1export interface Schema {
2 error?: string;
3 info?: {
4 [key: string]: any;
5 };
6 success: boolean;
7 target?: Target;
8}
9export interface Target {
10 configuration?: string;
11 project?: string;
12 target?: string;
13}
Note: See TracBrowser for help on using the repository browser.