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

0001 namespace Sink.Commands;
0002 
0003 table CommandCompletion {
0004     id: ulong;
0005     success: bool = true;
0006     log: ulong = 0;
0007 }
0008 
0009 root_type CommandCompletion;