@udus/notion-renderer
Version:

5 lines • 394 B
TypeScript
import type { ToggleBlockObject } from "../../../../types/notion/block/toggle.js";
import type { Client } from "@notionhq/client";
import type { ToggleBlockObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const convertToggleResponseToBlock: (block: ToggleBlockObjectResponse, client: Client) => Promise<ToggleBlockObject>;
//# sourceMappingURL=toggle.d.ts.map