UNPKG

api-interface

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