diff options
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/fetchentity.fbs | 9 |
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 @@ | |||
1 | namespace Sink.Commands; | ||
2 | |||
3 | table FetchEntity { | ||
4 | revision: ulong; | ||
5 | entityId: string; | ||
6 | properties: [string]; | ||
7 | } | ||
8 | |||
9 | root_type FetchEntity; | ||