GeometryEntityDescriptor: {
    content: GeometryEntityDescriptorContentEdge;
    type: "edge";
} | {
    content: GeometryEntityDescriptorContentFace;
    type: "face";
}

Type declaration

Type declaration