import type { BusinessNotesResponse, IndividualNotesResponse } from '@/client'; export type NoteIndexDto = BusinessNotesResponse | IndividualNotesResponse;