Type Alias AppointmentNote

AppointmentNote: {
    id?: string;
    body?: string;
    userId?: string;
    dateAdded?: string;
    contactId?: string;
    createdBy?: { name?: string; profilePhoto?: string };
}

Type declaration

  • Optionalid?: string
  • Optionalbody?: string
  • OptionaluserId?: string
  • OptionaldateAdded?: string
  • OptionalcontactId?: string
  • OptionalcreatedBy?: { name?: string; profilePhoto?: string }