diff --git a/src/types/index.ts b/src/types/index.ts index 09cefae..aae4d4f 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,3 +1,9 @@ -export * from './infoPlist'; -export * from './jxa'; -export * from './msda'; +export { DocumentType, InfoPlist, URLType } from './infoPlist'; +export { JXAApplication } from './jxa'; +export { + LaunchServicesPlist, + LSHandler, + LSHandlerDocumentType, + LSHandlerURLScheme, +} from './launchServices'; +export { Config, DefaultApp, UTIRole } from './msda';