TypeScript type for an ECHO relation schema. T is the instance type produced by the schema (excluding source/target). Source and Target are the endpoint types. Fields is the optional struct fields type for introspection.
T
Source
Target
Fields
Readonly
The fields defined in the original struct schema. Allows accessing field definitions for introspection.
Merges a set of new annotations with existing ones, potentially overwriting any duplicates.
TypeScript type for an ECHO relation schema.
Tis the instance type produced by the schema (excluding source/target).SourceandTargetare the endpoint types.Fieldsis the optional struct fields type for introspection.