Type Alias AppointmentNote
AppointmentNote: {
id?: string;
body?: string;
userId?: string;
dateAdded?: string;
contactId?: string;
createdBy?: { name?: string; profilePhoto?: string };
}
Type declaration
Optional
id?: string
Optional
body?: string
Optional
userId?: string
Optional
dateAdded?: string
Optional
contactId?: string
Optional
createdBy?: { name?: string; profilePhoto?: string }