feat: export base file (#610)

* feat: export base file

* Added a change set

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
This commit is contained in:
Ravan
2023-10-13 22:14:05 +05:30
committed by GitHub
parent 9df93d0798
commit b9eba68078
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@trigger.dev/airtable": patch
---
Export Base and Table
+1
View File
@@ -15,6 +15,7 @@ import { Base } from "./base";
import { Webhooks, createWebhookEventSource } from "./webhooks";
export * from "./types";
export * from "./base";
export type AirtableIntegrationOptions = {
/** An ID for this client */