Skip to content

Commit b9eba68

Browse files
feat: export base file (#610)
* feat: export base file * Added a change set --------- Co-authored-by: Matt Aitken <[email protected]>
1 parent 9df93d0 commit b9eba68

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/warm-elephants-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/airtable": patch
3+
---
4+
5+
Export Base and Table

integrations/airtable/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { Base } from "./base";
1515
import { Webhooks, createWebhookEventSource } from "./webhooks";
1616

1717
export * from "./types";
18+
export * from "./base";
1819

1920
export type AirtableIntegrationOptions = {
2021
/** An ID for this client */

0 commit comments

Comments
 (0)