UNPKG

@ginstone/nga-api

Version:

15 lines (14 loc) 234 B
/** * 声望数据 */ export declare class Reputation { name: string; value: number; remark: string; constructor(raw: ReputationRaw); } export interface ReputationRaw { 0: string; 1: number; 2: string; }