fix: breakout typings
This commit is contained in:
8
types/components/current/contentPage.ts
Normal file
8
types/components/current/contentPage.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Lang } from "@/types/lang"
|
||||
import type { GetCurrentBlockPageData } from "@/types/requests/currentBlockPage"
|
||||
|
||||
export type ContentPageProps = {
|
||||
data: GetCurrentBlockPageData
|
||||
uri: string
|
||||
lang: Lang
|
||||
}
|
||||
Reference in New Issue
Block a user