sdk-js syscap整改

Signed-off-by: hxf <haoxiaofeng2@huawei.com>
This commit is contained in:
hxf 2024-01-30 09:10:43 +08:00
parent abd1764921
commit 4038e965bd

View File

@ -20,6 +20,16 @@
import workScheduler from './@ohos.resourceschedule.workScheduler';
import _WorkSchedulerExtensionContext from './application/WorkSchedulerExtensionContext';
/**
* The context of work scheduler extension. It allows access to
* WorkSchedulerExtensionContext-specific resources.
*
* @extends ExtensionContext
* @syscap SystemCapability.ResourceSchedule.WorkScheduler
* @StageModelOnly
* @since 10
*/
export type WorkSchedulerExtensionContext = _WorkSchedulerExtensionContext;
/**