package io.delphi.qa.auto.awsmfrw.models.ifaces;

import io.delphi.qa.auto.awsmfrw.models.aws.sf.Args;

public interface IDspConfig {
  Args getArgs();

  String getSchedule();

  String getUnitOfWork();

  Long getUowActiveHoursThreshold();
}
