spell mistake
This commit is contained in:
@@ -9,7 +9,7 @@ import type { UmbDataSourceResponse } from '@umbraco-cms/backoffice/repository';
|
|||||||
|
|
||||||
type ServerFeedbackEntry = { path: string; messages: Array<string> };
|
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 {
|
interface ValidateErrorResponseBodyModel {
|
||||||
detail: string;
|
detail: string;
|
||||||
errors: Record<string, Array<string>>;
|
errors: Record<string, Array<string>>;
|
||||||
|
|||||||
Reference in New Issue
Block a user