open-nav
    Preparing search index...

    Interface ValidatorFieldDescriptor

    interface ValidatorFieldDescriptor {
        maxOccurs?: number;
        name: string;
        optional?: boolean;
        repeated?: boolean;
        type: string;
    }
    Index
    maxOccurs?: number
    name: string
    optional?: boolean
    repeated?: boolean
    type: string