UNPKG

api-interface

Version:
8 lines (7 loc) 180 B
import { KV } from '../../types'; declare const _default: (params: KV) => Promise<{ author: KV; video: KV; redirect?: string | undefined; }>; export = _default;