Skip to content

Commit 703a080

Browse files
committed
add skip import to schema
1 parent 9d607ef commit 703a080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng-generate/table/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ export interface Schema extends ComponentSchema, DefaultSchema {
6868
overwrite: boolean;
6969
complexProps: Array<{prop: string; propsToShow: ComplexEntityProperty[]}>;
7070
skipInstall: boolean;
71+
skipImport: boolean;
7172
}

0 commit comments

Comments
 (0)