UNPKG

l7note

Version:

Access your notion notes quick

9 lines (8 loc) 250 B
declare class NotionDatabase { id: string; title: string; properties: any; constructor(id: string, title: string, properties: any); } declare const getDatabaseList: () => Promise<NotionDatabase[]>; export { getDatabaseList };