Metreeca Keep
    Preparing search index...
    • Location union for Vendor.address: a plain string, a structured PostalAddress, or a geolocated Place.

      The literal variant is storage-class disjoint from the two node variants, which are in turn structurally disjoint from each other, so a stored value singles out its branch by datatype or structure (§5.4).

      Returns UnionShape<
          readonly [
              StringShape,
              Omit<ResourceShape, "model"> & { model: M },
              Omit<ResourceShape, "model"> & { model: M },
          ],
      >