Skip to content

ntcore-ts / @ntcore-ts/react / ParsedRobotAddress

Type Alias: ParsedRobotAddress

ParsedRobotAddress = { platform: "roborio"; team: number; } | { platform: "systemcore"; team: number; } | { platform: null; team: null; }

Defined in: client/src/lib/util/util.ts:39

Released under the MIT License.