Warning, /pim/sink/common/commands/createentity.fbs is written in an unsupported language. File is not indexed.

0001 namespace Sink.Commands;
0002 
0003 table CreateEntity {
0004     entityId: string;
0005     domainType: string;
0006     delta: [ubyte];
0007     replayToSource: bool = true;
0008 }
0009 
0010 root_type CreateEntity;