diff --git a/api/@ohos.bundle.bundleManager.d.ts b/api/@ohos.bundle.bundleManager.d.ts index 321d5fd19..bdfc175fb 100644 --- a/api/@ohos.bundle.bundleManager.d.ts +++ b/api/@ohos.bundle.bundleManager.d.ts @@ -396,6 +396,14 @@ declare namespace bundleManager { */ PRINT = 15, + /** + * Indicates extension info with type of push + * + * @syscap SystemCapability.BundleManager.BundleFramework.Core + * @since 10 + */ + PUSH = 17, + /** * Indicates extension info with type of driver *