Explorar o código

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

Taichi Masuyama %!s(int64=4) %!d(string=hai) anos
pai
achega
c8c3aa85c5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packages/app/src/interfaces/page.ts

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