Signature
tsSignature
export type EmptyRaceError = { kind: "empty_race";};Imports
tsImport
import { EmptyRaceError } from "@/lib/flow/core/record";import { EmptyRaceError } from "@/lib/flow";Source
tsflow/core/record.ts:110-112
export type EmptyRaceError = { kind: "empty_race";};