Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Aug 13, 2023
1 parent b500e6b commit c29489c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions example/react/rest-client/src/__generated/model/dto/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type { BookDto } from './BookDto';
export type { AuthorDto } from './AuthorDto';
export type { BookStoreDto } from './BookStoreDto';
export type { TreeNodeDto } from './TreeNodeDto';
export type { AuthorDto } from './AuthorDto';
export type { BookDto } from './BookDto';
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type { Author } from './Author';
export type { TreeNode } from './TreeNode';
export type { Book } from './Book';
export type { BookStore } from './BookStore';
export type { TreeNode } from './TreeNode';
12 changes: 6 additions & 6 deletions example/react/rest-client/src/__generated/model/static/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export type { AuthorInput } from './AuthorInput';
export type { ExportedSavePath } from './ExportedSavePath';
export type { FlatTreeNodeView } from './FlatTreeNodeView';
export type { Sort } from './Sort';
export type { Pageable } from './Pageable';
export type { BookStoreInput } from './BookStoreInput';
export type { ExportedSavePath } from './ExportedSavePath';
export type { AuthorInput } from './AuthorInput';
export type { BookInput } from './BookInput';
export type { RecursiveTreeInput } from './RecursiveTreeInput';
export type { CompositeBookInput } from './CompositeBookInput';
export type { BookInput } from './BookInput';
export type { FlatTreeNodeView } from './FlatTreeNodeView';
export type { Page } from './Page';
export type { Sort } from './Sort';
export type { BookStoreInput } from './BookStoreInput';

0 comments on commit c29489c

Please sign in to comment.