UNPKG

l7note

Version:

Access your notion notes quick

5 lines (4 loc) 220 B
import { Note } from '../Note.js'; declare const markAsDeleteByNote: (note: Note) => Promise<void>; declare const markAsDeleteById: (noteId: string) => Promise<void>; export { markAsDeleteByNote, markAsDeleteById };