t-comm
Version:
专业、稳定、纯粹的工具库
10 lines (9 loc) • 378 B
TypeScript
import type { ISecretInfo } from '../tencent-doc/types';
export declare function updateQQMpResultToSheetV0({ accessToken, clientId, openId, bookId, sheetId, startRow, qqMpQRCodePath, result, }: ISecretInfo & {
bookId: string;
sheetId: string;
startRow: number;
startColumn?: number;
qqMpQRCodePath: string;
result: Record<string, any>;
}): Promise<any>;