VertexProperties
age-schema-client / VertexProperties
Type Alias: VertexProperties<V>
type VertexProperties<V> = { [K in keyof V["properties"]]: PropertyTypeOf<V["properties"][K]> };
Defined in: src/schema/utils.ts:61
Extract vertex property types
Type Parameters
| Type Parameter | Description |
|---|---|
V extends VertexLabel | Vertex label |