mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-04 03:29:07 +00:00
18 lines
No EOL
286 B
TypeScript
18 lines
No EOL
286 B
TypeScript
// Connector sources
|
|
export const connectorSourcesMenu = [
|
|
{
|
|
id: 1,
|
|
name: "Crawled URL",
|
|
type: "CRAWLED_URL",
|
|
},
|
|
{
|
|
id: 2,
|
|
name: "File",
|
|
type: "FILE",
|
|
},
|
|
{
|
|
id: 3,
|
|
name: "Extension",
|
|
type: "EXTENSION",
|
|
},
|
|
]; |