@umbraco-cms/backoffice
    Preparing search index...

    Variable UMB_DOCUMENT_UNPUBLISH_MODAL_ALIASConst

    UMB_DOCUMENT_UNPUBLISH_MODAL_ALIAS: "Umb.Modal.DocumentUnpublish" = 'Umb.Modal.DocumentUnpublish'

    No longer used internally. Use UMB_CONTENT_UNPUBLISH_MODAL_ALIAS from @umbraco-cms/backoffice/content instead. Scheduled for removal in Umbraco 19. No runtime warning is emitted here: this constant's module is reachable via the public @umbraco-cms/backoffice/document barrel, so importing the package for any reason would evaluate this module and fire a false-positive warning. UmbDocumentUnpublishModalElement's constructor warns accurately instead, since it only runs when the deprecated modal is genuinely opened.