UNPKG

t-comm

Version:

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

9 lines (8 loc) 268 B
export declare function getRUMPerformance({ secretId, secretKey, id, startTime, endTime, type, }: { secretId: string; secretKey: string; id: string | number; startTime: string | number; endTime: string | number; type: string; }): Promise<any>;