UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

9 lines (6 loc) 286 B
import { b as DataItem } from '../../create-BARQbeYV.js'; import 'valibot'; import '../../core/filesystem/types.js'; declare function toDataItem(notionObject: any): any; declare function toNotionObject(itemData: DataItem, properties: any): any; export { toDataItem, toNotionObject };