Skip to content

Commit 3d681ed

Browse files
small update
1 parent 6c39729 commit 3d681ed

File tree

2 files changed

+18
-27
lines changed

2 files changed

+18
-27
lines changed

declarationsOCCTInputs.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,6 @@ var Base;
676676
*/
677677
makeSolid: boolean;
678678
}
679-
class NewTestTodoDto {
680-
dada: string;
681-
}
682679
class LoftAdvancedDto<T> {
683680
constructor(shapes?: T[]);
684681
/**
@@ -1916,12 +1913,6 @@ var OCCT;
19161913
}
19171914
}
19181915
OCCT.LoftDto = LoftDto;
1919-
class NewTestTodoDto {
1920-
constructor() {
1921-
this.dada = 'dafa';
1922-
}
1923-
}
1924-
OCCT.NewTestTodoDto = NewTestTodoDto;
19251916
class LoftAdvancedDto {
19261917
constructor(shapes) {
19271918
/**

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)