2
0
Yuki Takei 4 жил өмнө
parent
commit
596fedc2b8

+ 1 - 1
packages/app/src/interfaces/page.ts

@@ -45,7 +45,7 @@ export type IPageInfo = {
   isLiked?: boolean,
 }
 
-export type IPageWithMeta<M = {}> = {
+export type IPageWithMeta<M = Record<string, unknown>> = {
   pageData: IPageHasId,
   pageMeta?: Partial<IPageInfo> & M,
 };