We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e599e commit b166fffCopy full SHA for b166fff
1 file changed
src/definitions/airline.ts
@@ -1,5 +1,5 @@
1
-import type { LocaleEntry } from '../';
2
import type { Airline, Airplane, Airport } from '../modules/airline';
+import type { LocaleEntry } from './definitions';
3
4
export type AirlineDefinitions = LocaleEntry<{
5
/**
0 commit comments