UNPKG

@trophyso/node

Version:
7 lines (6 loc) 181 B
export interface AchievementResponseUserAttributesItem { /** The key of the user attribute. */ key: string; /** The value of the user attribute. */ value: string; }