Interface PSPPrecheckResult
interface PSPPrecheckResult {
errors?: { comment: string; error: string; field?: "wrdContactEmail" }[];
}
errors?: { comment: string; error: string; field?: "wrdContactEmail" }[];
}
Hierarchy (View Summary)
- PSPPrecheckResult