import {SuperAgentStatic} from 'superagent'; export interface YuqueOption{ url?: string // 语雀的url } export type Request = SuperAgentStatic;