/**
 * Created by haiko on 13-6-16.
 */
export interface ValidationResult {
    [key: string]: boolean;
}
