import {iscope} from '../ai'; import common, {ICommon} from './common'; import * as lang from '../lang'; export interface IPage extends ICommon {} export default function(scope: iscope): IPage { return lang.mixin({}, common(scope)); }