UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

7 lines (5 loc) 349 B
import { ImgurClient } from 'imgur'; import { deleteTagsPayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; import { default as TinyCache } from 'tinycache'; export declare function deleteTags(client: ImgurClient, payload: deleteTagsPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<boolean[]>>;