export interface AdminPointsTriggerEventAttributesItem {
    attributeId: string;
    attributeValue: string;
}
