import { Label } from "./label";

export type ReportLabel = Partial< Label > & { orderId: number };
