@trophyso/node
Version:
NodeJS SDK for the Trophy API
10 lines (9 loc) • 344 B
TypeScript
/**
* 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;
}