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

0001 namespace Sink.Commands;
0002 
0003 table Flush {
0004     id: string;
0005     type: int; //See flush.h
0006 }
0007 
0008 root_type Flush;