This will convert JSON files and JavaScript Objects to an inferred AVRO schema
Already have a few node packages to convert AVRO to Typescript:
Also some to convert JSON Schemas to AVRO:
This package assumes you have sample data but no pre-existing schema. It uses @avro/types to help convert JSON to an AVRO buffer.
See also: advice