UNPKG

t-comm

Version:

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

12 lines (11 loc) 383 B
import { ScoreInfoType } from '../types'; export declare function getRUMAllProject({ secretId, secretKey, }: { secretId: string; secretKey: string; }): Promise<any>; export declare function getRUMScores({ secretId, secretKey, startTime, endTime, }: { secretId: string; secretKey: string; startTime: string; endTime: string; }): Promise<Array<ScoreInfoType>>;