@refinio/one.models
Preparing search index...
recipes/Leute/CommunicationEndpoints
isEndpointOfType
Function isEndpointOfType
isEndpointOfType
<
T
extends
keyof
CommunicationEndpointInterfaces
>
(
endpoint
:
CommunicationEndpointTypes
,
type
:
T
,
)
:
endpoint
is
CommunicationEndpointInterfaces
[
T
]
Checks if the endpoint is of a specific enpoint type.
Type Parameters
T
extends
keyof
CommunicationEndpointInterfaces
Parameters
endpoint
:
CommunicationEndpointTypes
type
:
T
Returns
endpoint
is
CommunicationEndpointInterfaces
[
T
]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@refinio/one.models
Loading...
Checks if the endpoint is of a specific enpoint type.