Interface DoctorsNote

interface DoctorsNote {
    reminders: any[];
    status: number;
}

Properties

Properties

reminders: any[]
status: number

Generated using TypeDoc