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