UNPKG

shoti

Version:

Wrapper for Shoti API.

6 lines (5 loc) 168 B
import { ShotiTopResponse } from "../types"; export declare function getTop(apikey?: string): Promise<ShotiTopResponse[] | { error?: string; code?: number; }>;