This repository contains the generated types for the Bitstamp API.
The types are generated using the OpenAPI specs from the Bitstamp API Documentation.
To generate the types, run npm run generate
. The generated types are in the index.ts file.
Build the project with npm run build
.