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

Merge branch 'feat/pt-dev-master' into feat/pt-dev-4

Taichi Masuyama 4 жил өмнө
parent
commit
c8c3aa85c5

+ 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,
+};