export interface Pumping {
    id: string;
    "Pumping Time": string;
    Side: "LEFT" | "RIGHT";
    Quantity: string;
    Unit: "IMPERIAL";
    Notes: string;
    "Bottle Feed Id": string;
    "Finished Time": string;
    "Uses Timer": string;
    Duration: string;
}
