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

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