Home > @skunkteam/types > BaseObjectLikeTypeImpl > and
Intersect this Type with another Type.
Signature:
and<Other extends BaseObjectLikeTypeImpl<any, any>>(_other: Other): ObjectType<MergeIntersection<ResultType & Other[typeof designType]>> & TypedPropertyInformation<this['props'] & Other['props']>;
Parameter | Type | Description |
---|---|---|
_other | Other |
Returns:
ObjectType<MergeIntersection<ResultType & Other[typeof designType]>> & TypedPropertyInformation<this['props'] & Other['props']>
See IntersectionType for more information about intersections.