MCPcopy
hub / github.com/LetTTGACO/elog / FeiShuConfig

Interface FeiShuConfig

packages/sdk-feishu/src/types.ts:3–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { DocProperties } from '@elog/types'
2
3export interface FeiShuConfig {
4 /** 知识库/我的空间 */
5 type: 'wiki' | 'space'
6 /** 父文件夹token */
7 folderToken?: string
8 /** 知识库 ID */
9 wikiId?: string
10 appId: string
11 appSecret: string
12 baseUrl?: string
13 /** 是否禁用生成父级文档 */
14 disableParentDoc?: boolean
15 /** 下载并发数 */
16 limit?: number
17}
18
19export interface FeiShuDoc {
20 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected