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

table RevisionReplayed {
    revision: ulong;
}

root_type RevisionReplayed;