update api/@ohos.contact.d.ts.

Signed-off-by: majshr <2586091503@qq.com>
This commit is contained in:
majshr 2024-07-10 12:01:41 +00:00 committed by Gitee
parent 71c22e0afc
commit 19055414ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -180,7 +180,6 @@ declare namespace contact {
*
* @returns { Promise<Array<Contact>> } Returns the contact list which user select;
* returns empty contact list if user not select.
* @throws { BusinessError } 401 - Parameter error. Possible causes: Mandatory parameters are left unspecified.
* @syscap SystemCapability.Applications.Contacts
* @since 10
*/
@ -189,7 +188,6 @@ declare namespace contact {
*
* @returns { Promise<Array<Contact>> } Returns the contact list which user select;
* returns empty contact list if user not select.
* @throws { BusinessError } 401 - Parameter error. Possible causes: Mandatory parameters are left unspecified.
* @syscap SystemCapability.Applications.Contacts
* @atomicservice
* @since 11