UNPKG

testweave-sdk

Version:

This is the SDK of TestWeave. TestWeave is the testing environment of the Arweave.

6 lines (5 loc) 186 B
import { ApiConfig } from 'arweave/node/lib/api'; import { AxiosInstance } from 'axios'; export default interface ITestWeaveRequest { getRequest(config: ApiConfig): AxiosInstance; }