UNPKG

habicli

Version:

A CLI for [Habitica](https://habitica.com/)

13 lines (12 loc) 308 B
import { AxiosInstance } from 'axios'; import { iTag } from './interfaces'; declare const api: AxiosInstance; export declare function getTags(headers: { [k: string]: any; }): Promise<{ success: boolean; data: iTag[]; userV: number; appVersion: string; }>; export default api;