@notionhq/client
Version:
A simple and easy to use client for the Notion API
16 lines • 434 B
JavaScript
;
// cspell:disable-file
// Note: This is a generated file. DO NOT EDIT!
Object.defineProperty(exports, "__esModule", { value: true });
exports.listCustomEmojis = void 0;
/**
* List custom emojis
*/
exports.listCustomEmojis = {
method: "get",
pathParams: [],
queryParams: ["start_cursor", "page_size", "name"],
bodyParams: [],
path: () => `custom_emojis`,
};
//# sourceMappingURL=custom-emojis.js.map