UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

5 lines (4 loc) 288 B
import { S3Client } from '@aws-sdk/client-s3'; import { fetchSignedUrlPayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; export declare function fetchSignedUrl(client: S3Client, payload: fetchSignedUrlPayload): Promise<BikeTagApiResponse<string>>;