import { SchemaProps } from "../../page/@types"; /** * 单页面属性 */ export interface SingleProps extends SchemaProps { /** * 路由 */ route?: any; /** * 验证结果 */ validateErrors?: any[]; }