summaryrefslogtreecommitdiffstats
path: root/common/commands
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands')
-rw-r--r--common/commands/fetchentity.fbs9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/commands/fetchentity.fbs b/common/commands/fetchentity.fbs
deleted file mode 100644
index bceafbd..0000000
--- a/common/commands/fetchentity.fbs
+++ /dev/null
@@ -1,9 +0,0 @@
1namespace Sink.Commands;
2
3table FetchEntity {
4 revision: ulong;
5 entityId: string;
6 properties: [string];
7}
8
9root_type FetchEntity;