Type Alias AppointmentNoteDto

AppointmentNoteDto: { body: string; userId?: string }

Type declaration

  • body: string
  • OptionaluserId?: string