export interface Excretion {
    id: string;
    Time: string;
    Type: string;
    Notes: string;
}
