1.3.0
Test / test (push) Successful in 12s

This commit is contained in:
2026-06-29 19:26:24 +02:00
parent e461932aa9
commit adf1836fce
5 changed files with 47 additions and 3 deletions
+20
View File
@@ -120,6 +120,26 @@ Get all lists.
Array of List objects.
#### getPlaces()
> **getPlaces**(`listId`): `Promise`\<[`Place`](../type-aliases/Place.md)[]\>
Get all places from a list.
##### Parameters
###### listId
`string`
The slug ID of the list.
##### Returns
`Promise`\<[`Place`](../type-aliases/Place.md)[]\>
Array of Place objects.
#### removePlace()
> **removePlace**(`listId`, `placeId`): `Promise`\<[`List`](../type-aliases/List.md)\>