Skip to main content

GetLocationRemindersResponse

type GetLocationRemindersResponse = {
nextCursor: string | null;
results: LocationReminder[];
};

Paginated response for location reminders.

Properties

nextCursor

nextCursor: string | null;

results

results: LocationReminder[];