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

table Calendar {
  name:string;
}

root_type Calendar;
file_identifier "AKFB";