mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-30 10:53:31 +00:00
修改any
Signed-off-by: 朱天怡 <zhutianyi2@huawei.com>
This commit is contained in:
parent
131090a6fb
commit
c32942325d
@ -95,7 +95,7 @@ declare namespace workScheduler {
|
|||||||
/**
|
/**
|
||||||
* The parameters of the work. The value is only supported basic type(Number, String, Boolean).
|
* The parameters of the work. The value is only supported basic type(Number, String, Boolean).
|
||||||
*/
|
*/
|
||||||
parameters?: {[key: string]: any};
|
parameters?: {[key: string]: number | string | boolean};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user