UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

7 lines (6 loc) 374 B
import { S3Client } from '@aws-sdk/client-s3'; import { BikeTagApiResponse } from '../common/types'; import { Tag } from '../common/schema'; import { queueTagPayload } from './helpers'; import { default as TinyCache } from 'tinycache'; export declare function queueTag(client: S3Client, payload: queueTagPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<Tag>>;