Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
81f96ba8cab414e3df4c9fb8def01662e171bd6e
/
.
/
scouting
/
webserver
/
requests
/
messages
/
submit_notes.fbs
blob: cf111b312ef291ac96e675adbbc935a253dce580 [
file
] [
log
] [
blame
]
Alex Perry
81f96ba
2022-03-13 18:26:19 -0700
[
diff
] [
blame^
]
1
namespace
scouting
.
webserver
.
requests
;
2
3
table
SubmitNotes
{
4
team
:
int
(
id
:
0
);
5
notes
:
string
(
id
:
1
);
6
}
7
8
root_type
SubmitNotes
;