export class NoteStatusMap {
  static CLOSED = 0;
  static OPEN = 1;
}
