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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/airtable": patch
|
||||
---
|
||||
|
||||
Export Base and Table
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user