Search
Search something to see results
Example DDD
TypeDoc
GitHub
Example DDD
/
GroceryList
/
RemoveParticipant
RemoveParticipant
RemoveParticipant
:
(
id
:
GroceryListId
,
participant
:
Participant
,
)
=>
Promise
<
GroceryList
>
Type declaration
(
id
:
GroceryListId
,
participant
:
Participant
,
)
:
Promise
<
GroceryList
>
Parameters
id
:
GroceryListId
participant
:
Participant
Returns
Promise
<
GroceryList
>