2
0
Эх сурвалжийг харах

Merge branch 'dev/5.0.x' into feat/pt-dev-master

Taichi Masuyama 4 жил өмнө
parent
commit
565cd3107f

+ 4 - 0
packages/app/src/interfaces/page.ts

@@ -32,3 +32,7 @@ export type IPage = {
 }
 
 export type IPageForItem = Partial<IPage & {isTarget?: boolean} & HasObjectId>;
+
+export type IPageHasId = IPage & {
+  _id: string,
+};