Skip to main content
Version: Next 🚧

[T] MemberType

type MemberType: 
| ModelProperty
| EnumMember
| Operation
| UnionVariant
| ScalarConstructor;

Type that can be used as members of a container type.