SDK: Export Essenstial Interface in @dotcms/react
for TypeScript Implementation
#31221
Closed
1 task
Labels
OKR : Technical User Experience
Owned by Freddy
Priority : 3 Average
Team : Scout
Triage
Type : Task
Parent Issue
#30943
Task
Currently, we don't have
@dotcms/types
, which is why we need to export all the necessary interfaces in the@dotcms/react
package. This will help us define all the required interfaces to build a React SPA with dotCMS using TypeScript. Below is a list of interfaces we should support:DotCMSPageAsset
DotCMSPageAssetContainer
DotCMSLayout
DotCMSPage
DotCMSSite
DotCMSTemplate
DotCMSViewAs
By including these interfaces, we ensure better type safety and a smoother development experience when integrating React and TypeScript with dotCMS.
Proposed Objective
Technical User Experience
Proposed Priority
Priority 3 - Average
Acceptance Criteria
Tasks
Important
There's no need to create a NextJS with TS example but it would be a NICE TO HAVE
The text was updated successfully, but these errors were encountered: