summaryrefslogtreecommitdiffstats
path: root/common/commands/commandcompletion.fbs
blob: 6d95dbc7001cb3d74cb0ab03c4845d9438b93547 (plain)
1
2
3
4
5
6
7
8
9
namespace Sink.Commands;

table CommandCompletion {
    id: ulong;
    success: bool = true;
    log: ulong = 0;
}

root_type CommandCompletion;