Type alias RelationValue<T2>

RelationValue<T2>: Maybe<Collection<T2> | T2>

Type alias for possible values of a relation.

Type Parameters

  • T2