UNPKG

api-interface

Version:
11 lines (10 loc) 259 B
import { KV } from '../../types'; declare const _default: (params: KV) => Promise<{ startdate: string; enddate: string; title: string; copyright: string; cover: string[]; redirect?: string | undefined; }>; export = _default;