fix permission call

This commit is contained in:
Philipinho
2026-02-22 07:34:50 +00:00
parent 03d38695ec
commit b7abab9df4
5 changed files with 10 additions and 15 deletions
@@ -22,6 +22,10 @@ export interface IPage {
lastUpdatedBy: ILastUpdatedBy;
deletedBy: IDeletedBy;
space: Partial<ISpace>;
permissions?: {
canEdit: boolean;
hasRestriction: boolean;
};
}
interface ICreator {