Type Alias PickResult

PickResult:
    | { match: ObjectMapEntry
    | null; position: Promise<Vec3> | null }
    | false