export class Constants {
  static rulesExtension: string = '.rulesrc';
  static cronExpression: string = '0 0 6-20/1 * * *';
}
