UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

5 lines (4 loc) 289 B
import { BikeTagClient } from '../client'; import { fetchSignedUrlPayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; export declare function fetchSignedUrl(client: BikeTagClient, payload: fetchSignedUrlPayload): Promise<BikeTagApiResponse<string>>;