Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Aug 13, 2023
1 parent 451e46e commit 5561202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 { Author } from './Author';
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 { Sort } from './Sort';
export type { BookStoreInput } from './BookStoreInput';
export type { AuthorInput } from './AuthorInput';
export type { FlatTreeNodeView } from './FlatTreeNodeView';
export type { Pageable } from './Pageable';
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 { FlatTreeNodeView } from './FlatTreeNodeView';
export type { Sort } from './Sort';
export type { RecursiveTreeInput } from './RecursiveTreeInput';
export type { Page } from './Page';
export type { BookStoreInput } from './BookStoreInput';
export type { BookInput } from './BookInput';

0 comments on commit 5561202

Please sign in to comment.