UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

6 lines (4 loc) 336 B
import { SanityClient } from '@sanity/client'; import { BikeTagApiResponse } from '../common/types'; import { updatePlayerPayload } from '../common/payloads'; export declare function updatePlayer(client: SanityClient, payload: updatePlayerPayload | updatePlayerPayload[]): Promise<BikeTagApiResponse<any> | BikeTagApiResponse<any>[]>;