Type alias RefPoint

RefPoint: {
    kind: "ref.point";
    locator?: PointLocator;
    selector: Selector;
}

Type declaration