export interface ResolveReusablePageResult { pageId: number; reusable: boolean; enterpriseProperties: { [key: string]: any; }; }