UNPKG

ntms

Version:

A dead simple way to add i18n to your Next.js app using the Notion API and Deepl

4 lines (3 loc) 263 B
import { database_id, page_id } from "../types"; declare const notionApi: (method: "get" | "post" | "patch", type: "databases" | "pages", id: database_id | page_id, query?: string | undefined, body?: object | string) => Promise<any>; export default notionApi;