/**
 * This file was generated by st-open-api
 */
import { IRouteElements } from './i-route-elements';
export interface IRoute {
    elements: IRouteElements;
}
