export interface Pause {
    id: string;
    "Start Time": string;
    "End Time": string;
    "Feeding History ID": string;
}
