Interface AnnotatedTypeAfterValidation

Annotate types after the validation with additional information in order to ease the creation of usefull messages.

interface AnnotatedTypeAfterValidation {
    name: string;
    type: Type;
    userRepresentation: string;
}

Properties

name: string
type: Type
userRepresentation: string