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
+6
View File
@@ -192,6 +192,12 @@ export interface PlacesClient {
* @param id - The slug ID of the list.
*/
get(id: string): Promise<List | null>;
/**
* Get all places from a list.
* @param listId - The slug ID of the list.
* @returns Array of Place objects.
*/
getPlaces(listId: string): Promise<Place[]>;
/**
* Create or update a list.
* @param id - The slug ID (e.g., "to-go").