UNPKG

yuque-dl

Version:
9 lines (8 loc) 486 B
import type { GetHeaderParams, TGetKnowledgeBaseInfo, TGetMdData, TGetDocInfoFromUrl } from './types'; import type { AxiosRequestConfig } from 'axios'; export declare function genCommonOptions(params: GetHeaderParams): AxiosRequestConfig; /** 获取知识库数据信息 */ export declare const getKnowledgeBaseInfo: TGetKnowledgeBaseInfo; export declare const getDocsMdData: TGetMdData; /** 从文档URL获取文档信息 */ export declare const getDocInfoFromUrl: TGetDocInfoFromUrl;