UNPKG

@trophyso/node

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