© 2026 Hedgehog Software, LLC
unknown
type transaction = type(...); const items: unknown[] = ...; const transactions = items .filter(transaction.allows) .map(transaction);