UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

5 lines (4 loc) 274 B
import { SanityClient } from '@sanity/client'; import { deleteTagPayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; export declare function deleteTag(client: SanityClient, payload: deleteTagPayload): Promise<BikeTagApiResponse<any>>;