UNPKG

@trophyso/node

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