import type { DEVONthinkCommon } from './shared'; /** * CreateHTML command payload definition. */ type CreateHTML = DEVONthinkCommon & { /** * The HTML content for the HTML document. */ source?: string; }; /** * Create a new HTML document in DEVONthink. * * @param payload CreateHTML command payload. * @returns DEVONthink createHTML URL. * @example * createHTML({ title: 'Page', source: '