Home > @tridion-sites/extensions > DefaultModelType
Model type for which default data can be retrieved.
Signature:
export type DefaultModelType = Extract<
ItemType,
| 'bundle'
| 'searchFolder'
| 'schema'
| 'page'
| 'pageTemplate'
| 'component'
| 'componentTemplate'
| 'folder'
| 'keyword'
| 'structureGroup'
| 'templateBuildingBlock'
| 'publication'
| 'keywordCategory'
| 'userGroup'
| 'processDefinition'
| 'businessProcessType'
| 'multimediaType'
| 'user'
| 'targetGroup'
>;
References: ItemType