summaryrefslogtreecommitdiffstats
path: root/common/domain/calendar.fbs
blob: 375b9fb910a9a94cb8e4bab1b0ff3c84b763d429 (plain)
1
2
3
4
5
6
7
8
9
namespace Sink.ApplicationDomain.Buffer;

table Calendar {
  name:string;
  color:string;
}

root_type Calendar;
file_identifier "AKFB";