interface FormValidationErrorContextDto {
    id?: string;
    type?: string;
}

Properties

Properties

id?: string

ID of the form entity related to the validation error.

type?: string

Type of form entity related to the validation error.