UNPKG

t-comm

Version:

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

16 lines (15 loc) 340 B
export declare type IReportArr = Array<{ code_specification_score: number; code_security_score: number; codecc_url: string; project_name: string; owners: string; }>; export interface IRequestInfo { bgName: string; centerName: string; groupName: string; } export interface ISearchInfo { prefix: string; }