spell mistake

This commit is contained in:
Niels Lyngsø
2024-08-07 20:02:06 +02:00
parent 24429d912a
commit 86fcef63d2

View File

@@ -9,7 +9,7 @@ import type { UmbDataSourceResponse } from '@umbraco-cms/backoffice/repository';
type ServerFeedbackEntry = { path: string; messages: Array<string> };
/** This should ideally be generated by the server, but we currently don't generate error-modal-types. */
/** This should ideally be generated by the server, but we currently don't generate error-model-types. */
interface ValidateErrorResponseBodyModel {
detail: string;
errors: Record<string, Array<string>>;