import { ValidationError } from "yup"; export interface CampaignValidationResult { isValid: boolean; error?: ValidationError; }