Image validation result
{ valid: true; detectedType: string; } | { valid: false; error: ImageValidationError; }
Image validation result
{ valid: true; detectedType: string; } | { valid: false; error: ImageValidationError; }
import { type ImageValidationResult } from "docs/embed.ts";