export interface Variable { name: string; type: string; current: any; }