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.
2 parents 6ab3ef0 + 517e742 commit 5feb6c4Copy full SHA for 5feb6c4
types/README.md
@@ -0,0 +1,20 @@
1
+## Type definitions for spin-js-sdk
2
+
3
+This package provides the type definitions for building apps with TypeScript using `spin-js-sdk`.
4
5
+### Adding the package to your project
6
7
+```
8
+npm install --save-dev @fermyon/spin-sdk-types
9
10
+### Importing the types into TypeScript
11
12
+Add the following import to your source file:
13
14
15
+import { HandleRequest, HttpResponse } from "@fermyon/spin-sdk-types"
16
17
18
+### Reporting bugs
19
20
+In the case of bugs in the package, please open an [issue](https://github.com/fermyon/spin-js-sdk/issues/new/choose).
0 commit comments