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