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

table FetchEntity {
    revision: ulong;
    entityId: string;
    properties: [string];
}

root_type FetchEntity;