Merge branch 'dev' into dev

This commit is contained in:
Ryuhane 2025-10-01 14:00:06 -07:00 committed by GitHub
commit 9973d51245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 5030 additions and 120 deletions

View file

@ -28,7 +28,8 @@ export type DocumentType =
| "CLICKUP_CONNECTOR"
| "GOOGLE_CALENDAR_CONNECTOR"
| "GOOGLE_GMAIL_CONNECTOR"
| "AIRTABLE_CONNECTOR";
| "AIRTABLE_CONNECTOR"
| "LUMA_CONNECTOR";
export interface UseDocumentsOptions {
page?: number;