forked from OpenHands/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.d.ts
More file actions
19 lines (19 loc) · 687 Bytes
/
Copy pathindex.d.ts
File metadata and controls
19 lines (19 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export {
INTEGRATION_CATALOG,
type IntegrationAuthConfig,
type IntegrationAuthStrategy,
type IntegrationCatalogEntry,
type IntegrationConnectionOption,
type IntegrationHttpConfig,
type IntegrationOAuthConfig,
type IntegrationProvider,
type IntegrationTransport,
type MarketplaceField,
type MarketplaceFieldType,
type OAuthProviderCatalogOption,
type OAuthProviderRegistrationDefaults,
} from "./integrations/index.js";
export { AUTOMATION_CATALOG } from "./automations/index.js";
export type { RecommendedAutomation } from "./automations/index.js";
export { SKILLS_CATALOG } from "./skills/index.js";
export type { SkillCatalogEntry } from "./skills/index.js";