export interface VariableRead { variable: string; value: string; setBy: string; }