/** The status of the trigger. */exportdeclareconstPointsTriggerStatus: {
readonlyActive: "active";
readonlyInactive: "inactive";
readonlyArchived: "archived";
};
exporttypePointsTriggerStatus = (typeofPointsTriggerStatus)[keyof typeofPointsTriggerStatus];