This is the client for the PDF Compiler API.
TODO
Make sure you have swag installed.
go install github.com/swaggo/swag/cmd/swag@latest
You can then generate the client by running:
yarn openapi-ts
This will generate the client in the src/client
directory.