UNPKG

nowpayments-api-typescript

Version:
7 lines (6 loc) 190 B
import { IError } from './../interfaces'; export interface StatusResponse { message: string; } declare const apiStatus: () => Promise<StatusResponse | IError>; export default apiStatus;