vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
13 lines (11 loc) • 327 B
text/typescript
import type { Ref } from "vue"
export interface ValidationError {
readonly $propertyPath: string
readonly $property: string
readonly $validator: string
readonly $message: string | Ref<string>
readonly $params: object
readonly $pending: boolean
readonly $response: any,
readonly $uid: string,
}