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

0001 namespace Sink.Commands;
0002 
0003 table RevisionReplayed {
0004     revision: ulong;
0005 }
0006 
0007 root_type RevisionReplayed;