Warning, /pim/sink/common/commands/deleteentity.fbs is written in an unsupported language. File is not indexed.
0001 namespace Sink.Commands; 0002 0003 table DeleteEntity { 0004 revision: ulong; 0005 entityId: string; 0006 domainType: string; 0007 replayToSource: bool = true; 0008 } 0009 0010 root_type DeleteEntity;