From c37155d0786da429d330c54c987a8052f3727065 Mon Sep 17 00:00:00 2001 From: dy_study Date: Thu, 7 Jul 2022 15:47:23 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I5FZS6=20Description:BaseContext?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E7=B1=BB=E5=9E=8B=E6=9B=B4=E6=96=B0=20Sig:SI?= =?UTF-8?q?G=5FApplicationFramework=20Feature=20or=20Bugfix:=20Feature=20B?= =?UTF-8?q?inary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dy_study Change-Id: Ia4e614336b93c3ff67080c28ea11c8a62d06d8d8 --- api/application/BaseContext.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/BaseContext.d.ts b/api/application/BaseContext.d.ts index 50ab781d4c..9ddd20b757 100644 --- a/api/application/BaseContext.d.ts +++ b/api/application/BaseContext.d.ts @@ -21,7 +21,7 @@ * @syscap SystemCapability.Ability.AbilityRuntime.Core * @permission N/A */ -export default interface BaseContext { +export default abstract class BaseContext { /** * Indicates the context is FA Mode or Stage Mode. * @@ -29,4 +29,4 @@ export default interface BaseContext { * @syscap SystemCapability.Ability.AbilityRuntime.Core */ stageMode: boolean; -} \ No newline at end of file +} -- Gitee