UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

3 lines (2 loc) 164 B
import type { AxiosRequestConfig } from 'axios'; export declare function request<T = any, R = T, D = any>(url: string, config?: AxiosRequestConfig<D>): Promise<R>;