Search
Search something to see results
Example DDD
TypeDoc
GitHub
Example DDD
/
Authentication
/
AccountModified
AccountModified
AccountModified
:
DomainEvent
<
"AccountModified"
,
{
accountId
:
AccountId
;
changes
:
Partial
<
Account
>
}
,
>