|
|
@@ -1,16 +1,16 @@
|
|
|
-import type { IPageHasId, Nullable } from '@growi/core/dist/interfaces';
|
|
|
+import type { IPageHasId, Nullable } from '@growi/core';
|
|
|
|
|
|
import type { IPageOperationProcessData } from './page-operation';
|
|
|
|
|
|
-export { PageGrant } from '@growi/core/dist/interfaces';
|
|
|
+export { PageGrant } from '@growi/core';
|
|
|
export type {
|
|
|
IPage, IPageHasId, IPageInfo, IPageInfoForEntity, IPageInfoForOperation, IPageInfoForListing, IPageInfoAll,
|
|
|
IDataWithMeta, IPageWithMeta, IPageToDeleteWithMeta, IPageToRenameWithMeta,
|
|
|
-} from '@growi/core/dist/interfaces';
|
|
|
+} from '@growi/core';
|
|
|
|
|
|
export {
|
|
|
isIPageInfoForEntity, isIPageInfoForOperation, isIPageInfoForListing,
|
|
|
-} from '@growi/core/dist/interfaces';
|
|
|
+} from '@growi/core';
|
|
|
|
|
|
export type IPageForItem = Partial<IPageHasId & {isTarget?: boolean, processData?: IPageOperationProcessData}>;
|
|
|
|