UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

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