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