diff --git a/example/react/rest-client/src/__generated/model/entities/index.ts b/example/react/rest-client/src/__generated/model/entities/index.ts index d36737c7a6..ae33f26f72 100644 --- a/example/react/rest-client/src/__generated/model/entities/index.ts +++ b/example/react/rest-client/src/__generated/model/entities/index.ts @@ -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'; diff --git a/example/react/rest-client/src/__generated/model/static/index.ts b/example/react/rest-client/src/__generated/model/static/index.ts index 1b63bdea48..1b16309c47 100644 --- a/example/react/rest-client/src/__generated/model/static/index.ts +++ b/example/react/rest-client/src/__generated/model/static/index.ts @@ -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';