Alchemy Logo

IsOneOf

type IsOneOf<T, Union> = IsMemberOrSubtypeOfAComponent<
  T,
  Union,
  EqualsOneOfTheComponents<T, Union>
>;

Defined in: aa-sdk/core/src/utils/types.ts:90

Type Parameter

T

Union

Was this page helpful?