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 9df93d0 commit b9eba68Copy full SHA for b9eba68
.changeset/warm-elephants-battle.md
@@ -0,0 +1,5 @@
1
+---
2
+"@trigger.dev/airtable": patch
3
4
+
5
+Export Base and Table
integrations/airtable/src/index.ts
@@ -15,6 +15,7 @@ import { Base } from "./base";
15
import { Webhooks, createWebhookEventSource } from "./webhooks";
16
17
export * from "./types";
18
+export * from "./base";
19
20
export type AirtableIntegrationOptions = {
21
/** An ID for this client */
0 commit comments