sync utils

This commit is contained in:
Sreeram Sreedhar 2026-05-27 00:30:29 -04:00
parent 370a211959
commit b80d532800

View file

@ -42,6 +42,7 @@ export const PROVIDER_DISPLAY_NAMES: Record<string, string> = {
github: "GitHub",
"web-crawler": "Web Crawler",
s3: "S3",
slack: "Slack",
}
/** Provider type union matching the backend import endpoint */
@ -53,3 +54,4 @@ export type ImportProvider =
| "github"
| "web-crawler"
| "s3"
| "slack"