export interface AchievementResponseEventAttributesItem {
    /** The key of the event attribute. */
    key: string;
    /** The value of the event attribute. */
    value: string;
}
