EdgeProperties
age-schema-client / EdgeProperties
Type Alias: EdgeProperties<E>
type EdgeProperties<E> = { [K in keyof E["properties"]]: PropertyTypeOf<E["properties"][K]> };
Defined in: src/schema/utils.ts:70
Extract edge property types
Type Parameters
| Type Parameter | Description |
|---|---|
E extends EdgeLabel | Edge label |