export type NoteSendRequest = { receiverMemberID: number; title: string; content: string; };