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

table Dummy {
}

root_type Dummy;
file_identifier "AKFB";