import type { CreateNoteCommand } from '@/client'; export type NoteCreateDto = CreateNoteCommand;