package io.delphi.qa.auto.awsmfrw.models.db.sql.pg;

public enum EnPgActivityStatuses {
  NOT_IN_PROGRESS,
  IN_PROGRESS,
  ;
}
