UNPKG

@notionhq/client

Version:

A simple and easy to use client for the Notion API

16 lines 441 B
"use strict"; // cspell:disable-file // Note: This is a generated file. DO NOT EDIT! Object.defineProperty(exports, "__esModule", { value: true }); exports.queryMeetingNotes = void 0; /** * Query meeting notes */ exports.queryMeetingNotes = { method: "post", pathParams: [], queryParams: [], bodyParams: ["filter", "sort", "limit"], path: () => `blocks/meeting_notes/query`, }; //# sourceMappingURL=meeting-notes.js.map