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
/
src
/
resources
/
shared.ts
12 lines
(9 loc)
•
245 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
export
interface
SuccessResponse
{
data
?:
SuccessResponse
.
Data
; }
export
namespace
SuccessResponse
{
export
interface
Data
{
status
?:
string
; } }