UNPKG

@trophyso/node

Version:
7 lines (6 loc) 184 B
export interface PointsTriggerUserAttributesItem { /** The key of the user attribute. */ key: string; /** The required value of the user attribute. */ value: string; }