@udus/notion-renderer
Version:

7 lines • 324 B
TypeScript
import type { PropertiesType } from "./property/properties.js";
import type { Overwrite } from "../utils.js";
import type { PageObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export type PageObject = Overwrite<PageObjectResponse, {
properties: PropertiesType;
}>;
//# sourceMappingURL=page.d.ts.map