/**
 * Deprecated. Event attribute filter that must be met for this achievement to be completed. Only present if the achievement has an event filter configured.
 */
export interface AchievementResponseEventAttribute {
    /** The key of the event attribute. */
    key: string;
    /** The value of the event attribute. */
    value: string;
}
