Skip to main content

GetRemindersResponse

type GetRemindersResponse = {
nextCursor: string | null;
results: Reminder[];
};

Paginated response for reminders.

Properties

nextCursor

nextCursor: string | null;

results

results: Reminder[];