UNPKG

@ginstone/nga-api

Version:

12 lines (11 loc) 351 B
/** * 头像buff中id 和文件名映射 * 头像映射关系来自 : <a href="https://img4.nga.178.com/common_res/js_commonui.js?5871262">官方js</a> */ export declare class AvatarBuff { readonly id: number; readonly filename: string; suffix: string | undefined; constructor(id: number, filename: string); getUrl(): string; }