blob: cf111b312ef291ac96e675adbbc935a253dce580 [file] [log] [blame]
namespace scouting.webserver.requests;
table SubmitNotes {
team:int (id: 0);
notes:string (id: 1);
}
root_type SubmitNotes;