API ReferenceTypesGetLocationRemindersResponseOn this pageGetLocationRemindersResponse type GetLocationRemindersResponse = { nextCursor: string | null; results: LocationReminder[];}; Paginated response for location reminders. Properties nextCursor nextCursor: string | null; results results: LocationReminder[];