UNPKG
anchorbrowser
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
The official TypeScript library for the Anchorbrowser API
anchorbrowser/AnchorBrowser-SDK-Typescript
anchorbrowser
/
resources
/
shared.d.mts
9 lines
•
204 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
SuccessResponse
{
data
?:
SuccessResponse
.
Data
; }
export
declare
namespace
SuccessResponse
{
interface
Data
{
status
?:
string
; } }
//# sourceMappingURL=shared.d.mts.map