/** * @author eric.wittmann@gmail.com * @class */ export interface IOas30Expression { /** * Gets the expression value. * @return {string} */ getValue(): string; }