mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
sync utils
This commit is contained in:
parent
370a211959
commit
b80d532800
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue