|
@@ -3,7 +3,7 @@ import { Readable, Writable } from 'stream';
|
|
|
|
|
|
|
|
import type {
|
|
import type {
|
|
|
Ref, HasObjectId, IUserHasId, IUser,
|
|
Ref, HasObjectId, IUserHasId, IUser,
|
|
|
- IPage, IPageInfo, IPageInfoAll, IPageInfoForEntity, IPageWithMeta,
|
|
|
|
|
|
|
+ IPage, IPageInfo, IPageInfoAll, IPageInfoForEntity, IPageWithMeta, IGrantedGroup,
|
|
|
} from '@growi/core';
|
|
} from '@growi/core';
|
|
|
import { PageGrant, PageStatus } from '@growi/core';
|
|
import { PageGrant, PageStatus } from '@growi/core';
|
|
|
import {
|
|
import {
|