UNPKG

@ginstone/nga-api

Version:

10 lines (9 loc) 145 B
/** * 荣誉称号 */ export declare class Honor { timestamp?: Date; remark?: string; name?: string; constructor(s: string); }