UNPKG

l7note

Version:

Access your notion notes quick

12 lines (11 loc) 308 B
declare class Note { id: string; url: string; title: string; text: string; tags: string; createdAt: string; updatedAt: string; constructor(id: string, url: string, title: string, text: string, tags: string, createdAt: string, updatedAt: string); } export { Note };