biketag
Version:
The Javascript client API for BikeTag Games
6 lines (5 loc) • 348 B
TypeScript
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[]>>;