Vendored
+6
@@ -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").
|
||||
|
||||
Reference in New Issue
Block a user