Utility type for async domain service method signatures
type ValidateTransferMethod = AsyncDomainServiceMethod< [BankAccount, Money], Result<boolean, DomainError>>; Copy
type ValidateTransferMethod = AsyncDomainServiceMethod< [BankAccount, Money], Result<boolean, DomainError>>;
Utility type for async domain service method signatures