Replication Error due to nodetye not present in Publishers(dam:IndexedFragmentData)
Hello Community,
We have the few content fragments that are being served through graphQl queries. I assume for these content fragments node by name "indexedData" is created which is basically used for graphql indexes for querying. While publishing these fragments from author, replication exception is logged as below.

<< error: com.day.cq.replication.ReplicationException: Repository error during node import: Node type dam:IndexedFragmentData does not exist
2023-12-22 05:16:09 - ERROR - marketing1 : Message sent.
2023-12-22 05:16:09 - ERROR - marketing1 : ------------------------------------------------
2023-12-22 05:16:09 - INFO - marketing1 : Replication (ACTIVATE) of /content/dam/legal-content/payment
After debugging we found that nodetye "dam:IndexedFragmentData" is not present in publishers. Packaging the nodetype from author and installing in publisher did not worked, package failed to install.
Is this something that we have to install/import through nodetype.cnd file. If yes , how can i compose the file. Please help.
Thanks,
Vinay Kumar