UNPKG

@nuxt/content

Version:

Write your content inside your Nuxt app

4 lines (3 loc) 259 B
import type { H3Event } from 'h3'; export declare function fetchDatabase(event: H3Event | undefined, collection: string): Promise<string>; export declare function fetchQuery<Item>(event: H3Event | undefined, collection: string, sql: string): Promise<Item[]>;