export class ProjectStatusMap {
  static SENDED = 0;
  static PENDING = 1;
}
