OnTicketCreated
This hook runs after commands have been applied to a Ticket Actor from the create message, but before the OnTicketCommands hook. Commands returned will be applied to the order and changes are available to the the OnTicketCommands hook.
Type
filtrera
{
hook: 'OnTicketCreated'
ticket: Ticket
}