We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b32070 commit 21aa186Copy full SHA for 21aa186
scripts/make-cgw-types.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+mkdir -p openapi
4
+curl 'https://safe-client.gnosis.io/openapi.json' > openapi/cgw.json
5
+npx openapi-typescript openapi/cgw.json --output openapi/cgw.ts
0 commit comments