UNPKG

@termii/node

Version:

Nodejs SDK wrapper for Termii API written with Typescript support

7 lines (6 loc) 141 B
export interface IAxiosStruct { method: 'GET' | 'POST' | 'PATCH' | 'DELETE'; url: string; data?: any; page?: number; }