修改any

Signed-off-by: 朱天怡 <zhutianyi2@huawei.com>
This commit is contained in:
朱天怡 2023-02-10 02:40:17 +00:00 committed by Gitee
parent 131090a6fb
commit c32942325d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -95,7 +95,7 @@ declare namespace workScheduler {
/**
* 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};
}
/**