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

table Synchronize {
    query: string;
}

root_type Synchronize;