export interface BatchCreationRequest {
    businessId: string;
}
