Search
Search something to see results
Example DDD
TypeDoc
GitHub
Example DDD
/
GroceryList
/
AddParticipant
AddParticipant
AddParticipant
:
(
id
:
GroceryListId
,
participant
:
Participant
,
)
=>
Promise
<
GroceryList
>