diff --git a/components/sharing-dialog/types/index.d.ts b/components/sharing-dialog/types/index.d.ts index fc26c09471..1cdecbddf6 100644 --- a/components/sharing-dialog/types/index.d.ts +++ b/components/sharing-dialog/types/index.d.ts @@ -54,6 +54,7 @@ type SharingType = | 'programStageWorkingList' | 'relationshipType' | 'report' + | 'route' | 'sqlView' | 'trackedEntityAttribute' | 'trackedEntityFilter'