UNPKG

t-comm

Version:

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

9 lines (8 loc) 345 B
import type { ISecretInfo } from '../tencent-doc/types'; export declare function updateQQMpResultToSheet({ result, accessToken, clientId, openId, bookId, sheetId, startRow, startColumn, }: ISecretInfo & { result: Record<string, any>; bookId: string; sheetId: string; startRow: number; startColumn?: number; }): Promise<any>;