biketag
Version:
The Javascript client API for BikeTag Games
6 lines (4 loc) • 336 B
TypeScript
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>[]>;