api.ts 148 B

1234567
  1. // Generated by briven cli. Do not edit by hand.
  2. import listNotes from '../functions/listNotes.js';
  3. export const api = {
  4. listNotes,
  5. } as const;