summaryrefslogtreecommitdiff
path: root/src/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.fbs')
-rw-r--r--src/msg.fbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index f402960a1..5f86ad56a 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -182,10 +182,10 @@ table SetEnv {
}
table EnvironRes {
- map: [EnvPair];
+ map: [KeyValue];
}
-table EnvPair {
+table KeyValue {
key: string;
value: string;
}