Skip to content

Commit

Permalink
docs: Update doc and types
Browse files Browse the repository at this point in the history
  • Loading branch information
paultranvan committed Jan 29, 2025
1 parent 8f001b6 commit 61a5920
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions docs/api/cozy-client/classes/CozyClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ set some data in the store.

### setLinks

**setLinks**(`links`): `void`
**setLinks**(`links`): `Promise`<`void`>

Set links, e.g. PouchLink or StackLink.
When this method is called manually, i.e. after a client instanciation,
Expand All @@ -1756,7 +1756,7 @@ we manually call the links onLogin methods

*Returns*

`void`
`Promise`<`void`>

*Defined in*

Expand Down
Loading

0 comments on commit 61a5920

Please sign in to comment.