summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/transaction_module.ex
blob: 99058f6030ef39f69d048ddeb84d21cbab555990 (plain) (blame)
1
2
3
defmodule MatrixAppService.TransactionModule do
  @callback new_event(MatrixAppService.Event.t()) :: any()
end