export interface CreatePointsTriggerRequestItemUserAttributesItem {
    /** The UUID of the user attribute. */
    attributeId: string;
    /** The value to match. */
    attributeValue: string;
}
