index
:
next-indoteknik.git
cr_cart_renca
cr_prod_card
cr_renca_keyword
cr_renca_ssr
crawl-fix
fix_indexing_google
magento-v1
new-release
prod_var_crawl
Website Indoteknik
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-migrate
/
types
/
pageContent.ts
blob: 4361deb7b0cd0fc058ccbd31b5a8accb7655b7a1 (
plain
)
1
2
3
4
5
export type PageContentProps = { id: number; url_path: string; content: string; } | null;