UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

7 lines (6 loc) 379 B
import { ImgurClient } from 'imgur'; import { updateTagPayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; import { Tag } from '../common/schema'; import { default as TinyCache } from 'tinycache'; export declare function updateTag(client: ImgurClient, payload: updateTagPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<Tag>>;