blob: cf111b312ef291ac96e675adbbc935a253dce580 [file] [log] [blame]
Alex Perry81f96ba2022-03-13 18:26:19 -07001namespace scouting.webserver.requests;
2
3table SubmitNotes {
4 team:int (id: 0);
5 notes:string (id: 1);
6}
7
8root_type SubmitNotes;