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

0001 namespace Sink.Commands;
0002 
0003 table Synchronize {
0004     query: string;
0005 }
0006 
0007 root_type Synchronize;