UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

7 lines (6 loc) 267 B
import type { ISecretInfo } from './types'; export declare function exportTencentDoc({ accessToken, clientId, openId, fileId, exportType, waitTime, }: ISecretInfo & { fileId: string; exportType: number; waitTime?: number; }): Promise<string | undefined>;