- MANY<To>(to: To): RelationShape<true, To, [], Empty>
-
- MANY<To, Labels>(to: To, labels: Labels): RelationShape<true, To, Labels, Empty>
-
Type Parameters
-
To extends string
-
Labels extends readonly string[]
- MANY<To, Props>(to: To, props: Props): RelationShape<true, To, [], Props>
-
Type Parameters
-
To extends string
-
Props extends Record<string, PropValue>
Returns RelationShape<true, To, [], Props>
- MANY<To, Labels, Props>(to: To, labels: Labels, props: Props): RelationShape<true, To, Labels, Props>
-
Type Parameters
-
To extends string
-
Labels extends readonly string[]
-
Props extends Record<string, PropValue>
Parameters
-
to: To
-
labels: Labels
-
props: Props
Returns RelationShape<true, To, Labels, Props>