UNPKG
@hirosystems/token-metadata-api-client
Version:
latest (2.0.0)
next (2.0.0-next.2)
2.0.0
2.0.0-next.2
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Client for @hirosystems/token-metadata-api
@hirosystems/token-metadata-api-client
/
lib
/
index.d.ts
5 lines
(4 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
import
{
ClientOptions
}
from
"openapi-fetch"
;
import
type
{ paths }
from
"./generated/schema"
;
export
declare
function
createClient
(
options
?:
ClientOptions
):
import
(
"openapi-fetch"
).
Client
<paths,
`
${
string
}
/
${
string
}
`
>;
export
*
from
'openapi-fetch'
;