UNPKG

api-interface

Version:
7 lines (6 loc) 169 B
import { KV } from '../../types'; declare const _default: (param: KV) => Promise<{ redirect?: string | undefined; avarat: string[]; }>; export = _default;