I am using SQL Server and interact with the database exclusively through stored procedures (no SQL statements, tables, etc). I have access to the T-SQL source code, a .dacpac, and the database itself.
Are there any existing tools/ORM's that can generate TypeScript type definitions (*.d.ts files) for the stored procedures?
This question is related, but different language and for tables instead of stored procedures