send.ts 95 B

12345
  1. export type NoteSendRequest = {
  2. receiverMemberID: number;
  3. title: string;
  4. content: string;
  5. };