diff --git a/services/web/frontend/js/shared/context/types/writefull-instance.ts b/services/web/frontend/js/shared/context/types/writefull-instance.ts index ec37a7ddd7..213ab67f18 100644 --- a/services/web/frontend/js/shared/context/types/writefull-instance.ts +++ b/services/web/frontend/js/shared/context/types/writefull-instance.ts @@ -19,11 +19,17 @@ export interface WritefullAPI { iconPosition, hasAgreedToTOS, overleafUserId, + overleafLabels, }: { toolbarPosition: InsertPosition iconPosition: InsertPosition hasAgreedToTOS: boolean overleafUserId: string + overleafLabels: { + autoImport: boolean + autoCreatedAccount: boolean + splitTests: Record + } }): Promise addEventListener( name: eventName,