open-nav
    Preparing search index...

    Interface ValidatorAttributeDescriptor

    interface ValidatorAttributeDescriptor {
        name: string;
        required: boolean;
        type: string;
    }
    Index
    name: string
    required: boolean
    type: string