import { Note } from './note';
export type CreatedNote = {
    createdNote: Note;
};
