export interface PointsTriggerEventAttributesItem {
    /** The key of the event attribute. */
    key: string;
    /** The required value of the event attribute. */
    value: string;
}
