export interface Teeth {
    Id: string;
    "Recorded Time": string;
    Tooth: string;
    Notes: string;
}
