import {BaseTestStructure} from "./../../base"; export interface BaseExpressionTestStructure extends BaseTestStructure { text: string; }