export interface EntityValidationOptions {
    isUuid?: boolean;
    each?: boolean;
    property?: string;
}
