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