UNPKG

@stratio/egeo

Version:

Stratio egeo library of components in Angular 2

10 lines (9 loc) 280 B
import { TranslateableElement } from '../utils/egeo-resolver/egeo-resolve-model'; export interface StTextareaError { generic?: string; required?: string; } export interface StTextareaErrorSchema { generic?: TranslateableElement; required?: TranslateableElement; }