UNPKG

@stratio/egeo

Version:
10 lines (9 loc) 256 B
import { TranslateableElement } from '../utils/egeo-resolver/egeo-resolve-model'; export interface StRadioMenuOption { label: string; value: string; } export interface StRadioMenuOptionSchema { label: TranslateableElement; value: string; }