Skip to content

Commit

Permalink
fix: export AircraftType correctly as type (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 21, 2023
1 parent 3529ef7 commit 16d611f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export * from './locale';
export { fakerEN as faker } from './locale';
export * from './locales';
export * as allLocales from './locales';
export { Aircraft, AircraftType } from './modules/airline';
export type { AirlineModule } from './modules/airline';
export { Aircraft } from './modules/airline';
export type { AircraftType, AirlineModule } from './modules/airline';
export type { AnimalModule } from './modules/animal';
export { CssFunction, CssSpace } from './modules/color';
export type {
Expand Down

0 comments on commit 16d611f

Please sign in to comment.