Type Alias UngredView

UngredView: {
    [K in UngredViewName]: {
        name: string;
        size: DOMRect | null;
        svg: CellPaths[];
    }
}