UNPKG

@trophyso/node

Version:
7 lines (6 loc) 195 B
export interface CreatePointsBoostRequestItemUserAttributesItem { /** The UUID of the user attribute. */ attributeId: string; /** The value to match. */ attributeValue: string; }